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