Click or drag to resize

IConnectionProvider Events

The IConnectionProvider type exposes the following members.

Events
 NameDescription
Public eventOnAliveCheckNecessary Invoked when the protocol requires an alive check.
Public eventOnCommunicationError Invoked when a communication error on the physical connection is detected
Public eventOnConnected Invoked when the physical connection to the server is established.
Public eventOnDisconnected Invoked when the physical connection to the server is dropped.
Public eventOnMessageReceived Invoked when a new protocol data unit in string format is received.
Public eventOnValidDataCheckNecessary Invoked when the protocol requires a check for valid data.
Top
See Also