HttpContext::IsWebSocketRequest Property
.NET Framework (current version)
Gets a value that indicates whether the request is an AspNetWebSocket request.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if the request is an AspNetWebSocket request; otherwise, false.
This method returns true if the request contains the initial AspNetWebSocket handshake and the WebSocket module of IIS is active.
.NET Framework
Available since 4.5
Available since 4.5
Show: