AspNetWebSocketContext::SecWebSocketKey Property

.NET Framework (current version)
 

Gets the encrypted key that is sent in the handshake request to establish an AspNetWebSocket connection.

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

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

Property Value

Type: System::String^

The encrypted key.

Exception Condition
NotImplementedException

The property is not implemented.

.NET Framework
Available since 4.5
Return to top
Show: