Chameleon and Iguana Plugin C# Class Libraries

LlpServer.ClientErrorReceived Event

Fired when a networking error occurs with a specific client connection.

[Visual Basic]
Public Event ClientErrorReceived As ClientErrorReceivedEvent
[C#]
public event ClientErrorReceivedEvent ClientErrorReceived;

Remarks

The context on when this is received is often determined by a previous operation, although that is not necessary. The connection will always be closed once this event is received so there is no need to close the connection within the application code.

See Also

LlpServer Class | iNTERFACEWARE.Chameleon Namespace