DotMSN

SocketMessageProcessor.Disconnect Method 

Disconnect the current connection by sending the OUT command and closing the socket. If the connection is already closed nothing happens (no exception is thrown).

[Visual Basic]
Overridable Public Sub Disconnect()
[C#]
public virtual void Disconnect();

See Also

SocketMessageProcessor Class | XihSolutions.DotMSN.Core Namespace