HttpListenerWebSocketContext::SecWebSocketKey Property

.NET Framework (current version)
 

Gets the value of the SecWebSocketKey HTTP header included in the WebSocket opening handshake.

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

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

Property Value

Type: System::String^

Returns String.

The value of the SecWebSocketKey HTTP header.

.NET Framework
Available since 4.5
Return to top
Show: