HttpListenerWebSocketContext.SecWebSocketKey Property

Definition

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

public:
 virtual property System::String ^ SecWebSocketKey { System::String ^ get(); };
public override string SecWebSocketKey { get; }
member this.SecWebSocketKey : string
Public Overrides ReadOnly Property SecWebSocketKey As String

Property Value

The value of the SecWebSocketKey HTTP header.

Applies to