DotMSN

NSMessageHandler.OnXFRReceived Method 

Called when a XFR command has been received.

[Visual Basic]
Overridable Protected Sub OnXFRReceived( _
   ByVal message As NSMessage _
)
[C#]
protected virtual void OnXFRReceived(
   NSMessage message
);

Parameters

message

Remarks

Indicates that the notification server has send us the location of a switch-board server in order to make contact with a client, or that we must switch to a new notification server.

XFR [Transaction] [SB|NS] [IP:Port] ['0'|'CKI'] [Hash|CurrentIP:CurrentPort]

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace