AspNetWebSocketContext.SecWebSocketKey Propiedad

Definición

Obtiene la clave cifrada que se envía en la solicitud de protocolo de enlace para establecer una conexión de AspNetWebSocket .

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

String

Clave cifrada.

Excepciones

La propiedad no está implementada.

Se aplica a