WebSocketContext::SecWebSocketVersion Property

.NET Framework (current version)
 

The list of subprotocols requested by the WebSocket client.

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

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

Property Value

Type: System::String^

Returns String.

.NET Framework
Available since 4.5
Return to top
Show: