Enum Network.Types.ConnectionState
The state of a network connection.
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public enum Network.Types.ConnectionState
Fields
| Name | Description |
|---|---|
| CloseWait | The connection is waiting for a connection termination request from the local application. |
| Closed | The connection is closed. |
| Established | A connection has been established. |
| FinWait1 | The connection is waiting for a connection termination request from the remote host. |
| FinWait2 | The connection is waiting for a connection termination request from the local application. |
| LastAck | The connection is waiting for an acknowledgment of the final connection termination request. |
| Listening | The port is listening for incoming connections. |
| SynReceived | A connection request has been received. |
| SynSent | A connection request has been sent. |
| TimeWait | The connection is waiting for a timeout. |
| Unspecified | The default connection state. |