4 references to IsWebSocketRequestUpgrading
System.Web (4)
Abstractions\HttpContextWrapper.cs (1)
140
return _context.
IsWebSocketRequestUpgrading
;
HttpApplication.cs (1)
3517
if (!context.
IsWebSocketRequestUpgrading
) {
HttpContext.cs (2)
214
if (
IsWebSocketRequestUpgrading
) {
295
if (
IsWebSocketRequestUpgrading
) {