HttpContextBase.IsWebSocketRequestUpgrading 속성

정의

파생 클래스에서 구현되는 경우 연결이 HTTP 연결 AspNetWebSocket 에서 연결로 업그레이드되는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

연결이 업그레이드 중이면

적용 대상