2 writes to _context
System.Web (2)
HttpResponse.cs (2)
136
set {
_context
= value; }
155
_context
= context;
47 references to _context
System.Web (47)
HttpResponse.cs (47)
135
get { return
_context
; }
141
if (
_context
== null)
143
return
_context
.Request;
293
cookieHeader = cookie.GetSetCookieHeader(
_context
);
320
cookieHeader = cookie.GetSetCookieHeader(
_context
);
347
RuntimeConfig config = RuntimeConfig.GetLKGConfig(
_context
);
398
RuntimeConfig config = RuntimeConfig.GetLKGConfig(
_context
);
507
if (
_context
!= null &&
_context
.ApplicationInstance != null) {
508
_context
.ApplicationInstance.RaiseOnPreSendRequestHeaders();
672
if (
_context
!= null &&
_context
.ApplicationInstance != null)
673
_context
.ApplicationInstance.RaiseOnPreSendRequestContent();
738
if (_wr != null && _wr.SupportsAsyncFlush && !
_context
.IsInCancellablePeriod) {
758
if (_wr != null && _wr.SupportsAsyncFlush && !
_context
.IsInCancellablePeriod) {
805
HttpRuntimeSection runtimeConfig = RuntimeConfig.GetLKGConfig(
_context
).HttpRuntime;
1166
if (
_context
.DynamicUICulture != null) {
1168
uiculture =
_context
.DynamicUICulture;
1172
GlobalizationSection globConfig = RuntimeConfig.GetLKGConfig(
_context
).Globalization;
1351
customErrorsSetting = CustomErrorsSection.GetSettings(
_context
, canThrow);
1366
if (code == 401 && !
_context
.IsClientImpersonationConfigured)
1369
if (
_context
.TraceIsEnabled)
1370
_context
.Trace.StatusCode = code;
1706
GlobalizationSection globConfig = RuntimeConfig.GetLKGConfig(
_context
).Globalization;
1736
GlobalizationSection globConfig = RuntimeConfig.GetLKGConfig(
_context
).Globalization;
1778
GlobalizationSection globConfig = RuntimeConfig.GetLKGConfig(
_context
).Globalization;
2281
_context
.Request.AppendToLogQueryString(param);
2385
Page page =
_context
.Handler as Page;
2453
Page page =
_context
.Handler as Page;
2560
if (
_context
!= null &&
_context
.User != null) {
2561
userName =
_context
.User.Identity.Name;
2562
userAuthType =
_context
.User.Identity.AuthenticationType;
2597
if (
_context
!= null &&
_context
.Request != null) {
2598
entity =
_context
.Request.EntityBody;
2676
_writer.Write(callback(
_context
));
2838
_context
.IsClientImpersonationConfigured || HttpRuntime.IsOnUNCShareInternal, supportsLongTransmitFile);
3086
if (
_context
.IsInCancellablePeriod) {
3097
if (
_context
.ApplicationInstance != null) {
3098
_context
.ApplicationInstance.CompleteRequest();
3138
Cache.SetExpires(
_context
.Timestamp + new TimeSpan(0, _expiresInMinutes, 0));
3221
object ch =
_context
.CookielessHelper; // This ensures that the cookieless-helper is initialized and applies the AppPathModifier
3304
HttpRuntimeSection runtimeConfig =
_context
.IsRuntimeErrorReported ?
3305
RuntimeConfig.GetLKGConfig(
_context
).HttpRuntime : RuntimeConfig.GetConfig(
_context
).HttpRuntime;
3531
_context
.EnsureSessionStateIfNecessary();