ClientWebSocket::Options Property

.NET Framework (current version)
 

Gets the WebSocket options for the ClientWebSocket instance.

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

public:
property ClientWebSocketOptions^ Options {
	ClientWebSocketOptions^ get();
}

Property Value

Type: System.Net.WebSockets::ClientWebSocketOptions^

Returns ClientWebSocketOptions.

The WebSocket options for the ClientWebSocket instance.

.NET Framework
Available since 4.5
Return to top
Show: