Describes the current state of the connection
Namespace: NetworkCommsDotNetAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Undefined | 0 | The state of this connection is undefined. This is the starting state of new connections. | |
| Establishing | 1 | The connection is in the process of being established. | |
| Established | 2 | The connection has been successfully established. | |
| Shutdown | 3 | The connection has been shutdown. |
See Also