Compartir a través de


HttpListenerWebSocketContext.SecWebSocketKey Propiedad

Definición

Obtiene el valor del encabezado HTTP SecWebSocketKey incluido en el protocolo de enlace de apertura WebSocket.

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

Valor de propiedad

El valor del encabezado HTTP SecWebSocketKey.

Se aplica a