DotMSN

SBMessageHandler.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 processor As IMessageProcessor _
)
[C#]
protected virtual void OnProcessorConnectCallback(
   IMessageProcessor processor
);

See Also

SBMessageHandler Class | XihSolutions.DotMSN Namespace