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