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