TCHMllpServerClientConnectedEvent type
Fired when a connection is made to the server by a new client.
Unit
CHMnet
Declaration
TCHMllpServerClientConnectedEvent = procedure(Sender : TObject; Client : ICHMllpConnection) of Object;
Description
This event is useful for logging.
Parameters |
Client | The client object that is connecting. |