ClientWebSocket Properties
.NET Framework (current version)
Namespace:
System.Net.WebSockets
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | CloseStatus | Gets the reason why the close handshake was initiated on ClientWebSocket instance.(Overrides WebSocket::CloseStatus.) |
![]() | CloseStatusDescription | Gets a description of the reason why the ClientWebSocket instance was closed.(Overrides WebSocket::CloseStatusDescription.) |
![]() | Options | Gets the WebSocket options for the ClientWebSocket instance. |
![]() | State | Get the WebSocket state of the ClientWebSocket instance.(Overrides WebSocket::State.) |
![]() | SubProtocol | Gets the supported WebSocket sub-protocol for the ClientWebSocket instance.(Overrides WebSocket::SubProtocol.) |
Show:
