HttpListenerWebSocketContext::SecWebSocketVersion Property

.NET Framework (current version)
 

Gets the list of sub-protocols requested by the WebSocket client.

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

public:
property String^ SecWebSocketVersion {
	virtual String^ get() override;
}

Property Value

Type: System::String^

Returns String.

The list of sub-protocols requested by the WebSocket client.

.NET Framework
Available since 4.5
Return to top
Show: