DotMSN

NSMessageHandler.OnVERReceived Method 

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

Parameters

message

Remarks

Indicates that the server has approved our version of the protocol. This function will send the CVR command.

VER [Transaction] [Protocol1] ([Protocol2]) [Clientversion]

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace