TCHMllpServerErrorReceivedEvent type
Fired when an issue occurs with the server socket itself rather than a specific client.
Unit
CHMnet
Declaration
TCHMllpServerErrorReceivedEvent = procedure(Sender : TObject; ErrorMessage : String; Code : Integer) of Object;
| Parameters |
| ErrorMessage | A message describing the error. |
| Code | A code describing the error. |