| State Enumeration |
Namespace: StreamCoders.Network
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | undefined / initial state. | |
| Connected | 1 | Connected state (TCP) | |
| Error | 2 | Indicates an error state and that manual intervention is necessary. | |
| Disconnected | 3 | Disconnected state (TCP) | |
| Listening | 4 | Socket is listening (TCP server) |