TCHMllpServerClientDisconnectedEvent type

Fired when a client disconnects from the server, or a previous Disconnect call on a Connection succeeds.

Unit
CHMnet

Declaration

TCHMllpServerClientDisconnectedEvent = procedure(Sender : TObject; Client : ICHMllpConnection) of Object;

Description

This event is useful for logging.

Parameters
Client The client object that is disconnecting.


Chameleon Delphi Documentation