HttpContext.IsWebSocketRequest Proprietà

Definizione

Ottiene un valore che indica se la richiesta è una richiesta AspNetWebSocket.

public:
 property bool IsWebSocketRequest { bool get(); };
public bool IsWebSocketRequest { get; }
member this.IsWebSocketRequest : bool
Public ReadOnly Property IsWebSocketRequest As Boolean

Valore della proprietà

Boolean

true se la richiesta è di tipo AspNetWebSocket; in caso contrario, false.

Commenti

Questo metodo restituisce true se la richiesta contiene l'handshake iniziale AspNetWebSocket e il WebSocket modulo di IIS è attivo.

Si applica a