32 references to Request
System.Web (32)
HttpResponse.cs (32)
662if (!_suppressContentSet && Request != null && Request.HttpVerb == HttpVerb.HEAD) 800if (!_cachePolicy.IsKernelCacheable(Request, enableKernelCacheForVaryByStar)) { 958_virtualPathDependencyList.AddDependencies(virtualPaths, "virtualPaths", false, Request.Path); 1200errorFormatter = new GenericApplicationErrorFormatter(Request.IsLocal); 1218if (!dontShowSensitiveErrors && !Request.IsLocal ) { 1266errorFormatter = new PageNotFoundErrorFormatter(Request.Path); 1268errorFormatter = new PageForbiddenErrorFormatter(Request.Path); 1281configErrorFormatter.AllowSourceCode = Request.IsLocal; 1353useCustomErrors = customErrorsSetting.CustomErrorsEnabled(Request); 2104Request.AddResponseCookie(cookie); 2109Request.ResetCookies(); 2143Request.ResetCookies(); 2321VirtualPathData data = RouteTable.Routes.GetVirtualPath(Request.RequestContext, routeName, routeValues); 2403if (page != null && page.IsPostBack && page.SmartNavigation && (Request["__smartNavPostBack"] == "true")) { 2450if (Request == null || (string)Request.Browser["requiresPostRedirectionHandling"] != "true") 2487if (Request.QueryString[qsErrorMark] != null) 2496url = url + "?" + qsErrorMark + "=" + HttpEncoderUtility.UrlEncodeSpaces(Request.Path); 2570String path = Request.RewrittenUrl; // null is ok 2730if (Request != null) 2731fn = Request.MapPath(fn); // relative to current request 3004VirtualPath virtualPath = Request.FilePathObject.Combine(VirtualPath.Create(path)); 3228virtualPath = UrlPath.Combine(Request.ClientBaseDir.VirtualPathString, virtualPath); 3307(Request != null && (string)Request.Browser["requiresFullyQualifiedRedirectUrl"] == "true")) { 3308return (new Uri(Request.Url, url)).AbsoluteUri ; 3344Encoding qsEncoding = (Request != null) ? Request.ContentEncoding : ContentEncoding; 3366if ((_suppressContent && Request != null && Request.HttpVerb != HttpVerb.HEAD) || _ended) 3510if (!Request.IsSecureConnection && ContainsNonShareableCookies() && Cache.GetCacheability() == HttpCacheability.Public) {