2 writes to _context
System.Web (2)
HttpRequest.cs (2)
166
_context
= context;
235
set {
_context
= value; }
34 references to _context
System.Web (34)
HttpRequest.cs (34)
234
get { return
_context
; }
263
if (
_context
== null)
265
return
_context
.Response;
509
if (
_context
.User != null &&
_context
.User.Identity.IsAuthenticated)
510
value =
_context
.User.Identity.AuthenticationType;
515
if (
_context
.User != null &&
_context
.User.Identity.IsAuthenticated)
516
value =
_context
.User.Identity.Name;
955
ApplyFilter(ref _rawContent, RuntimeConfig.GetConfig(
_context
).HttpRuntime.RequestLengthDiskThresholdBytes);
972
HttpRuntimeSection cfg = RuntimeConfig.GetConfig(
_context
).HttpRuntime;
1002
HttpApplication app =
_context
.ApplicationInstance;
1030
if (remainingBytes > 0 &&
_context
.HasTimeoutExpired) {
1056
HttpApplication app =
_context
.ApplicationInstance;
1332
GlobalizationSection globConfig = RuntimeConfig.GetLKGConfig(
_context
).Globalization;
1375
return(
_context
.User != null &&
_context
.User.Identity != null &&
_context
.User.Identity.IsAuthenticated);
1526
else if (
_context
!= null) {
1539
int filePathLen =
_context
.GetFilePathData().Path.VirtualPathStringNoTrailingSlash.Length;
1627
if (_pathInfo == null &&
_context
!= null) {
2526
return new HttpClientCertificate(
_context
);
2536
if (_wr is IIS7WorkerRequest &&
_context
.NotificationContext != null &&
2537
((
_context
.NotificationContext.CurrentNotification == RequestNotification.AuthenticateRequest && !
_context
.NotificationContext.IsPostNotification)
2538
|| (
_context
.NotificationContext.CurrentNotification < RequestNotification.AuthenticateRequest))) {
2598
(
_context
.Response.StatusCode == 404 ||
_context
.Response.StatusCode == 400) &&
2599
(
_context
.NotificationContext != null) &&
2600
(
_context
.NotificationContext.CurrentNotification == RequestNotification.LogRequest ||
2601
_context
.NotificationContext.CurrentNotification == RequestNotification.EndRequest)) {
2902
HttpRuntimeSection config = RuntimeConfig.GetConfig(
_context
).HttpRuntime;
3125
_context
.SetSkipAuthorizationNoDemand(skipAuth, true /*managedOnly*/);
3279
_readEntityBodyStream = new HttpBufferlessInputStream(
_context
, persistEntityBody, disableMaxRequestLength);