1 write to _httpRequest
System.Web (1)
Abstractions\HttpRequestWrapper.cs (1)
26_httpRequest = httpRequest;
64 references to _httpRequest
System.Web (64)
Abstractions\HttpRequestWrapper.cs (64)
31return new HttpBrowserCapabilitiesWrapper(_httpRequest.Browser); 37return _httpRequest.Params; 43return _httpRequest.Path; 49return _httpRequest.FilePath; 55return _httpRequest.Headers; 61return _httpRequest.QueryString; 67return _httpRequest.AcceptTypes; 73return _httpRequest.ApplicationPath; 79return _httpRequest.AnonymousID; 85return _httpRequest.AppRelativeCurrentExecutionFilePath; 91return _httpRequest.HttpChannelBinding; 97return _httpRequest.ClientCertificate; 103return _httpRequest.ContentEncoding; 106_httpRequest.ContentEncoding = value; 112return _httpRequest.ContentLength; 118return _httpRequest.ContentType; 121_httpRequest.ContentType = value; 127return _httpRequest.Cookies; 133return _httpRequest.CurrentExecutionFilePath; 139return _httpRequest.CurrentExecutionFilePathExtension; 146return new HttpFileCollectionWrapper(_httpRequest.Files); 152return _httpRequest.Filter; 155_httpRequest.Filter = value; 161return _httpRequest.Form; 167return _httpRequest.HttpMethod; 173return _httpRequest.InputStream; 179return _httpRequest.IsAuthenticated; 185return _httpRequest.IsLocal; 191return _httpRequest.IsSecureConnection; 197return _httpRequest.LogonUserIdentity; 203return _httpRequest.PathInfo; 209return _httpRequest.PhysicalApplicationPath; 215return _httpRequest.PhysicalPath; 221return _httpRequest.RawUrl; 227return _httpRequest.ReadEntityBodyMode; 233return _httpRequest.RequestContext; 236_httpRequest.RequestContext = value; 242return _httpRequest.RequestType; 245_httpRequest.RequestType = value; 251return _httpRequest.ServerVariables; 257return _httpRequest.TimedOutToken; 263return _httpRequest.TlsTokenBindingInfo; 269return _httpRequest.TotalBytes; 275return new UnvalidatedRequestValuesWrapper(_httpRequest.Unvalidated); 281return _httpRequest.Url; 287return _httpRequest.UrlReferrer; 293return _httpRequest.UserAgent; 299return _httpRequest.UserLanguages; 305return _httpRequest.UserHostAddress; 311return _httpRequest.UserHostName; 317return _httpRequest[key]; 322_httpRequest.Abort(); 326return _httpRequest.BinaryRead(count); 330return _httpRequest.GetBufferedInputStream(); 334return _httpRequest.GetBufferlessInputStream(); 338return _httpRequest.GetBufferlessInputStream(disableMaxRequestLength); 342_httpRequest.InsertEntityBody(); 346_httpRequest.InsertEntityBody(buffer, offset, count); 350return _httpRequest.MapImageCoordinates(imageFieldName); 354return _httpRequest.MapRawImageCoordinates(imageFieldName); 358return _httpRequest.MapPath(virtualPath); 362return _httpRequest.MapPath(virtualPath, baseVirtualDir, allowCrossAppMapping); 366_httpRequest.ValidateInput(); 370_httpRequest.SaveAs(filename, includeHeaders);