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

適用対象