Chameleon and Iguana Plugin C# Class Libraries |
|
ClientSocketListener.OnClientDisconnect Method
Invoked when a client disconnects.
[Visual Basic]
Sub OnClientDisconnect( _
ByVal
clientSocket As
Socket _
)
[C#]
void OnClientDisconnect(
Socket clientSocket);
See Also
ClientSocketListener Interface | iNTERFACEWARE.Chameleon Namespace