ClientWebSocket Properties

.NET Framework (current version)
 

Namespace:   System.Net.WebSockets
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubpropertyCloseStatus

Gets the reason why the close handshake was initiated on ClientWebSocket instance.(Overrides WebSocket::CloseStatus.)

System_CAPS_pubpropertyCloseStatusDescription

Gets a description of the reason why the ClientWebSocket instance was closed.(Overrides WebSocket::CloseStatusDescription.)

System_CAPS_pubpropertyOptions

Gets the WebSocket options for the ClientWebSocket instance.

System_CAPS_pubpropertyState

Get the WebSocket state of the ClientWebSocket instance.(Overrides WebSocket::State.)

System_CAPS_pubpropertySubProtocol

Gets the supported WebSocket sub-protocol for the ClientWebSocket instance.(Overrides WebSocket::SubProtocol.)

Return to top
Show: