HttpContextWrapper.IsWebSocketRequest Proprietà

Definizione

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

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

Valore della proprietà

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

Si applica a