Chameleon and Iguana Plugin C# Class Libraries

TransportTcpIpServer.AcceptEvent Method 

Invoke the OnAccept event on the ServerSocketListener object.

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

See Also

TransportTcpIpServer Class | iNTERFACEWARE.Chameleon Namespace