AspNetWebSocketContext::SecWebSocketVersion Property

.NET Framework (current version)
 

Gets the version of the WebSocket protocol that an AspNetWebSocket connection must use.

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

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

Property Value

Type: System::String^

The specified version of the WebSocket protocol.

Exception Condition
NotImplementedException

The property is not implemented.

.NET Framework
Available since 4.5
Return to top
Show: