36 references to HttpRuntimeSection
System.Web (36)
Configuration\OutputCacheSection.cs (2)
47HttpRuntimeSection.DefaultSendCacheControlHeader, 133[ConfigurationProperty("sendCacheControlHeader", DefaultValue = HttpRuntimeSection.DefaultSendCacheControlHeader)]
Configuration\RuntimeConfig.cs (3)
336internal HttpRuntimeSection HttpRuntime { 338return (HttpRuntimeSection) GetSection("system.web/httpRuntime", typeof(HttpRuntimeSection), ResultsIndex.HttpRuntime);
Configuration\SystemWebSectionGroup.cs (2)
130public HttpRuntimeSection HttpRuntime { 132return (HttpRuntimeSection) Sections["httpRuntime"];
Hosting\ApplicationManager.cs (2)
986HttpRuntimeSection httpRuntimeSection = (HttpRuntimeSection)appConfig.GetSection("system.web/httpRuntime");
HttpApplication.cs (1)
2387HttpRuntimeSection runtimeSection = config.HttpRuntime;
HttpBufferlessInputStream.cs (1)
46HttpRuntimeSection section = RuntimeConfig.GetConfig(_context).HttpRuntime;
HttpContext.cs (1)
1705HttpRuntimeSection cfg = RuntimeConfig.GetConfig(this).HttpRuntime;
HttpPostedFile.cs (1)
105HttpRuntimeSection config = RuntimeConfig.GetConfig().HttpRuntime;
HttpRequest.cs (3)
972HttpRuntimeSection cfg = RuntimeConfig.GetConfig(_context).HttpRuntime; 2611HttpRuntimeSection runtimeSection = config.HttpRuntime; 2902HttpRuntimeSection config = RuntimeConfig.GetConfig(_context).HttpRuntime;
HttpResponse.cs (5)
349HttpRuntimeSection runtimeConfig = config.HttpRuntime; 387bool sendCacheControlHeader = HttpRuntimeSection.DefaultSendCacheControlHeader; 400HttpRuntimeSection runtimeConfig = config.HttpRuntime; 805HttpRuntimeSection runtimeConfig = RuntimeConfig.GetLKGConfig(_context).HttpRuntime; 3304HttpRuntimeSection runtimeConfig = _context.IsRuntimeErrorReported ?
HttpRuntime.cs (11)
1040HttpRuntimeSection runtimeConfig = config.HttpRuntime; 1099HttpRuntimeSection runtimeConfig = RuntimeConfig.GetAppConfig().HttpRuntime; 1286HttpRuntimeSection runtimeConfig = RuntimeConfig.GetAppConfig().HttpRuntime; 1347HttpRuntimeSection runtimeConfig = RuntimeConfig.GetAppConfig().HttpRuntime; 1961int drainTimeoutSec = HttpRuntimeSection.DefaultShutdownTimeout; 1963HttpRuntimeSection runtimeConfig = RuntimeConfig.GetAppLKGConfig().HttpRuntime; 2162int waitChangeNotification = HttpRuntimeSection.DefaultWaitChangeNotification; 2163int maxWaitChangeNotification = HttpRuntimeSection.DefaultMaxWaitChangeNotification; 2165HttpRuntimeSection config = RuntimeConfig.GetAppLKGConfig().HttpRuntime; 2230int delayTimeoutSec = HttpRuntimeSection.DefaultDelayNotificationTimeout; 2235HttpRuntimeSection runtimeSection = runtimeConfig.HttpRuntime;
httpserverutility.cs (1)
910return HttpRuntimeSection.DefaultExecutionTimeout;
UI\Control.cs (1)
2803HttpRuntimeSection runtimeSection = config.HttpRuntime;
Util\HttpEncoder.cs (1)
140HttpRuntimeSection runtimeSection = config.HttpRuntime;
Util\RequestValidator.cs (1)
45HttpRuntimeSection runtimeSection = config.HttpRuntime;