Chameleon and Iguana Plugin C# Class Libraries

ClientSocketListener.OnClientConnect Method 

Invoked when the client connects.

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

See Also

ClientSocketListener Interface | iNTERFACEWARE.Chameleon Namespace