Enum ConnectionState
The state of a connection.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum ConnectionState : int
Fields
| Name | Description |
|---|---|
| Closed | Indicates that the connection has been instructed to close and has cleaned up. |
| Closing | Indicates that the connection has been instructed to close and is cleaning up. |
| Connected | Indicates that the connection is currently connected. |
| Connecting | Indicates that the connection is currently connecting. |
| Failed | Indicates that the connection has encountered an error and has cleaned up. |
| Failing | Indicates that the connection has encountered an error and is cleaning up. |
| Initializing | Indicates that the connection is being initialized but no connecting attempts have been made. |
| New | Indicates that the connection is new and has not been started. |