TCHMllpServerclientDisconnectedEvent type
Fired when a client disconnects from the server, or a previous Disconnect call on a Connection succeeds. This event is useful for logging.Unit
CHMnet
Declaration
TCHMllpServerclientDisconnectedEvent = procedure(Sender : TObject; Client : ICHMllpConnection) of Object;
| Parameters |
| Client | The client object that is disconnecting. |