HttpContext.IsWebSocketRequestUpgrading プロパティ

定義

接続が HTTP 接続から AspNetWebSocket 接続にアップグレードされるかどうかを示す値を取得します。

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

プロパティ値

接続がアップグレード中の場合は true、それ以外の場合は false

適用対象