The members of System.Net.WebSockets.ClientWebSocket are listed below.
See Also: Inherited members from System.Net.WebSockets.WebSocket
Creates an instance of the System.Net.WebSockets.ClientWebSocket class. |
| [read-only] override | CloseStatus | Nullable<WebSocketCloseStatus>.
Gets the reason why the close handshake was initiated on System.Net.WebSockets.ClientWebSocket instance. |
| [read-only] override | CloseStatusDescription | string.
Gets a description of the reason why the System.Net.WebSockets.ClientWebSocket instance was closed. |
| [read-only] | Options | ClientWebSocketOptions.
Gets the WebSocket options for the System.Net.WebSockets.ClientWebSocket instance. |
| [read-only] override | State | WebSocketState.
Get the WebSocket state of the System.Net.WebSockets.ClientWebSocket instance. |
| [read-only] override | SubProtocol | string.
Gets the supported WebSocket sub-protocol for the System.Net.WebSockets.ClientWebSocket instance. |