Enums.ConnectionStatus enumeration
This describes the status of an object that attempts to maintain a persistent connection.
The ConnectionStatus can be one of:
Constant | Description |
---|---|
Enums.ConnectionStatusDisconnected | (0) The connection is not open. |
Enums.ConnectionStatusConnecting | (1) A connection with the remote endpoint has been initiated but is not yet complete. |
Enums.ConnectionStatusConnected | (2) The connection is open. This is the initial state after the handshake has been completed. |
Enums.ConnectionStatusFailed | (3) The connection has failed. |