Chameleon and Iguana Plugin C# Class Libraries

ClientSocketListener.OnCloseClient Method 

Invoked when the client closes the connection.

[Visual Basic]
Sub OnCloseClient( _
   ByVal clientSocket As Socket _
)
[C#]
void OnCloseClient(
   Socket clientSocket
);

See Also

ClientSocketListener Interface | iNTERFACEWARE.Chameleon Namespace