2 implementations of HttpContext
System.Web (2)
HttpApplication.cs (1)
2130HttpContext ISyncContext.HttpContext {
WebSocketPipeline.cs (1)
160HttpContext ISyncContext.HttpContext {
2 references to HttpContext
System.Web (2)
Util\AppVerifier.cs (2)
476HttpContext originalHttpContext = (syncContext != null) ? syncContext.HttpContext : null; 496HttpContext currentHttpContext = (syncContext != null) ? syncContext.HttpContext : null;