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입니다.

적용 대상