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)
40
return
_httpContext
.Request.AnonymousID;
46
return
_httpContext
.Application;
52
return
_httpContext
.Request.ApplicationPath;
58
return
_httpContext
.Cache;
64
return
_httpContext
.Request.ClientCertificate;
95
return
_httpContext
.Request.Cookies;
101
return
_httpContext
.Request.FilePath;
107
return
_httpContext
.Request.Headers;
113
return
_httpContext
.Request.IsAuthenticated;
125
return
_httpContext
.IsDebuggingEnabled;
131
return
_httpContext
.Request.IsLocal;
137
return
_httpContext
.Request.IsSecureConnection;
143
return
_httpContext
.Items;
149
return
_httpContext
.Request.LogonUserIdentity;
163
return
_httpContext
.Request.Path;
169
return
_httpContext
.Request.PathInfo;
175
return
_httpContext
.Profile;
181
return
_httpContext
.Request.QueryString;
187
return
_httpContext
.Request.RawUrl;
193
return
_httpContext
.Request.Url;
205
return
_httpContext
.WebSocketRequestedProtocols;
217
return
_httpContext
.Server;
223
return
_httpContext
.Request.ServerVariables;
229
return
_httpContext
.Timestamp;
235
return
_httpContext
.Request.Unvalidated;
241
return
_httpContext
.Request.UrlReferrer;
247
return
_httpContext
.User;
253
return
_httpContext
.Request.UserAgent;
259
return
_httpContext
.Request.UserHostAddress;
265
return
_httpContext
.Request.UserHostName;
271
return
_httpContext
.Request.UserLanguages;