ClientConnected event
Fired when a connection is made to the server by a new client.
Applies to
CHMllpServer
Declaration
Public Event ClientConnected(ByRef Client As CHMllpConnection)
Description
This event is useful for logging.
Parameters |
Client | The client object that is connecting. |