IClient Events

Events

ConnectionAttempt Occurs when client is attempting connection to the server.
ConnectionEstablished Occurs when client connection to the server is established.
ConnectionException Occurs when an Exception is encountered during connection attempt to the server.
ConnectionTerminated Occurs when client connection to the server is terminated.
Disposed Raised after the source object has been properly disposed.
(Inherited from ISupportLifecycle)
ReceiveData Occurs when unprocessed data has been received from the server.
ReceiveDataComplete Occurs when data received from the server has been processed and is ready for consumption.
ReceiveDataException Occurs when an Exception is encountered when receiving data from the server.
SendDataComplete Occurs when the client has successfully sent data to the server.
SendDataException Occurs when an Exception is encountered when sending data to the server.
SendDataStart Occurs when the client begins sending data to the server.

See Also