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