AspNetWebSocketContext.SecWebSocketVersion Propiedad

Definición

Obtiene la versión del protocolo WebSocket que debe usar una AspNetWebSocket conexión.

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

Valor de propiedad

Versión especificada del protocolo WebSocket.

Excepciones

La propiedad no está implementada.

Se aplica a