HttpContext.IsWebSocketRequest 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,表示要求是否為 AspNetWebSocket 要求。
public:
property bool IsWebSocketRequest { bool get(); };
public bool IsWebSocketRequest { get; }
member this.IsWebSocketRequest : bool
Public ReadOnly Property IsWebSocketRequest As Boolean
屬性值
如果要求是 AspNetWebSocket 要求,則為 true
;否則為 false
。
備註
如果要求包含初始 AspNetWebSocket 交握,且 IIS 的模組作用中, WebSocket
這個方法會傳回 true
。