HttpListenerWebSocketContext.SecWebSocketKey Propriedade

Definição

Obtém o valor do cabeçalho HTTP SecWebSocketKey incluído no handshake de abertura do WebSocket.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

Valor da propriedade

String

O valor do cabeçalho HTTP SecWebSocketKey.The value of the SecWebSocketKey HTTP header.

Aplica-se a