ClientDisconnected event
Fired when a client disconnects from the server, or a previous Disconnect call on a Connection succeeds.
Applies to
CHMllpServer
Declaration
Public Event ClientDisconnected(ByRef Client As CHMllpConnection)
Description
This event is useful for logging.
Parameters |
Client | The client object that is disconnecting. |