DotMSN

NSMessageHandler.OnProcessorConnectCallback Method 

Called when the message processor has established a connection. This function will begin the login procedure by sending the VER command.

[Visual Basic]
Overridable Protected Sub OnProcessorConnectCallback( _
   ByVal sender As IMessageProcessor _
)
[C#]
protected virtual void OnProcessorConnectCallback(
   IMessageProcessor sender
);

Parameters

sender

See Also

NSMessageHandler Class | XihSolutions.DotMSN Namespace