Click or drag to resize

IClient Events

The IClient type exposes the following members.

Events
  Name Description
Public event ConnectionAttempt Occurs when client is attempting connection to the server.
Public event ConnectionEstablished Occurs when client connection to the server is established.
Public event ConnectionException Occurs when an Exception is encountered during connection attempt to the server.
Public event ConnectionTerminated Occurs when client connection to the server is terminated.
Public event Disposed Raised after the source object has been properly disposed.
(Inherited from ISupportLifecycle)
Public event ReceiveData Occurs when unprocessed data has been received from the server.
Public event ReceiveDataComplete Occurs when data received from the server has been processed and is ready for consumption.
Public event ReceiveDataException Occurs when an Exception is encountered when receiving data from the server.
Public event SendDataComplete Occurs when the client has successfully sent data to the server.
Public event SendDataException Occurs when an Exception is encountered when sending data to the server.
Public event SendDataStart Occurs when the client begins sending data to the server.
Public event UnhandledUserException Occurs when an Exception is encountered in a user-defined function via an event dispatch.
Top
See Also