The properties of System.Net.WebSockets.WebSocket are listed below. For a list of all members, see the WebSocket Members list.
See Also: Inherited members from System.Object
| [read-only] abstract | CloseStatus | Nullable<System.Net.WebSockets.WebSocketCloseStatus>.
Indicates the reason why the remote endpoint initiated the close handshake. |
| [read-only] abstract | CloseStatusDescription | string.
Allows the remote endpoint to describe the reason why the connection was closed. |
| [read-only] static | DefaultKeepAliveInterval | TimeSpan.
Gets the default WebSocket protocol keep-alive interval in milliseconds. |
| [read-only] abstract | State | System.Net.WebSockets.WebSocketState.
Returns the current state of the WebSocket connection. |
| [read-only] abstract | SubProtocol | string.
The subprotocol that was negotiated during the opening handshake. |