1 write to _httpContext
System.Web (1)
WebSockets\AspNetWebSocketContextImpl.cs (1)
33_httpContext = httpContext;
31 references to _httpContext
System.Web (31)
WebSockets\AspNetWebSocketContextImpl.cs (31)
40return _httpContext.Request.AnonymousID; 46return _httpContext.Application; 52return _httpContext.Request.ApplicationPath; 58return _httpContext.Cache; 64return _httpContext.Request.ClientCertificate; 95return _httpContext.Request.Cookies; 101return _httpContext.Request.FilePath; 107return _httpContext.Request.Headers; 113return _httpContext.Request.IsAuthenticated; 125return _httpContext.IsDebuggingEnabled; 131return _httpContext.Request.IsLocal; 137return _httpContext.Request.IsSecureConnection; 143return _httpContext.Items; 149return _httpContext.Request.LogonUserIdentity; 163return _httpContext.Request.Path; 169return _httpContext.Request.PathInfo; 175return _httpContext.Profile; 181return _httpContext.Request.QueryString; 187return _httpContext.Request.RawUrl; 193return _httpContext.Request.Url; 205return _httpContext.WebSocketRequestedProtocols; 217return _httpContext.Server; 223return _httpContext.Request.ServerVariables; 229return _httpContext.Timestamp; 235return _httpContext.Request.Unvalidated; 241return _httpContext.Request.UrlReferrer; 247return _httpContext.User; 253return _httpContext.Request.UserAgent; 259return _httpContext.Request.UserHostAddress; 265return _httpContext.Request.UserHostName; 271return _httpContext.Request.UserLanguages;