1 write to _context
System.Web (1)
Abstractions\HttpContextWrapper.cs (1)
32
_context
= httpContext;
51 references to _context
System.Web (51)
Abstractions\HttpContextWrapper.cs (51)
36
return
_context
.AddOnRequestCompleted(WrapCallback(callback));
41
return
_context
.AllErrors;
48
return
_context
.AllowAsyncDuringSyncStages;
51
_context
.AllowAsyncDuringSyncStages = value;
57
return new HttpApplicationStateWrapper(
_context
.Application);
64
return
_context
.ApplicationInstance;
67
_context
.ApplicationInstance = value;
73
return
_context
.AsyncPreloadMode;
76
_context
.AsyncPreloadMode = value;
83
return
_context
.Cache;
89
return
_context
.CurrentHandler;
95
return
_context
.CurrentNotification;
101
return
_context
.Error;
107
return
_context
.Handler;
110
_context
.Handler = value;
116
return
_context
.IsCustomErrorEnabled;
122
return
_context
.IsDebuggingEnabled;
128
return
_context
.IsPostNotification;
134
return
_context
.IsWebSocketRequest;
140
return
_context
.IsWebSocketRequestUpgrading;
146
return
_context
.Items;
152
return
_context
.PageInstrumentation;
158
return
_context
.PreviousHandler;
165
return
_context
.Profile;
171
return new HttpRequestWrapper(
_context
.Request);
177
return new HttpResponseWrapper(
_context
.Response);
183
return new HttpServerUtilityWrapper(
_context
.Server);
189
HttpSessionState session =
_context
.Session;
196
return
_context
.SkipAuthorization;
199
_context
.SkipAuthorization = value;
205
return
_context
.Timestamp;
211
return
_context
.ThreadAbortOnTimeout;
214
_context
.ThreadAbortOnTimeout = value;
221
return
_context
.Trace;
227
return
_context
.User;
230
_context
.User = value;
236
return
_context
.WebSocketNegotiatedProtocol;
242
return
_context
.WebSocketRequestedProtocols;
247
_context
.AcceptWebSocketRequest(userFunc);
251
_context
.AcceptWebSocketRequest(userFunc, options);
255
_context
.AddError(errorInfo);
259
_context
.ClearError();
263
return
_context
.DisposeOnPipelineCompleted(target);
287
return
_context
.GetSection(sectionName);
291
_context
.RemapHandler(handler);
295
_context
.RewritePath(path);
299
_context
.RewritePath(path, rebaseClientPath);
303
_context
.RewritePath(filePath, pathInfo, queryString);
307
_context
.RewritePath(filePath, pathInfo, queryString, setClientFilePath);
311
_context
.SetSessionStateBehavior(sessionStateBehavior);
315
return ((IServiceProvider)
_context
).GetService(serviceType);