WebSocketState Enumeration
.NET Framework 4.5
Defines the different states a WebSockets instance can be in.
Namespace: System.Net.WebSockets
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| Aborted | Reserved for future use. | |
| Closed | Indicates the WebSocket close handshake completed gracefully. | |
| CloseReceived | A close message was received from the remote endpoint. | |
| CloseSent | A close message was sent to the remote endpoint. | |
| Connecting | The connection is negotiating the handshake with the remote endpoint. | |
| None | Reserved for future use. | |
| Open | The initial state after the HTTP handshake has been completed. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.