29 references to HttpRuntime
System.Web (29)
HttpApplication.cs (1)
2387HttpRuntimeSection runtimeSection = config.HttpRuntime;
HttpBufferlessInputStream.cs (1)
46HttpRuntimeSection section = RuntimeConfig.GetConfig(_context).HttpRuntime;
HttpContext.cs (2)
714_asyncPreloadModeFlags = RuntimeConfig.GetConfig(this).HttpRuntime.AsyncPreloadMode; 1705HttpRuntimeSection cfg = RuntimeConfig.GetConfig(this).HttpRuntime;
HttpPostedFile.cs (1)
105HttpRuntimeSection config = RuntimeConfig.GetConfig().HttpRuntime;
HttpRequest.cs (5)
955ApplyFilter(ref _rawContent, RuntimeConfig.GetConfig(_context).HttpRuntime.RequestLengthDiskThresholdBytes); 972HttpRuntimeSection cfg = RuntimeConfig.GetConfig(_context).HttpRuntime; 2611HttpRuntimeSection runtimeSection = config.HttpRuntime; 2666char [] invalidChars = RuntimeConfig.GetConfig(Context).HttpRuntime.RequestPathInvalidCharactersArray; 2902HttpRuntimeSection config = RuntimeConfig.GetConfig(_context).HttpRuntime;
HttpResponse.cs (5)
349HttpRuntimeSection runtimeConfig = config.HttpRuntime; 400HttpRuntimeSection runtimeConfig = config.HttpRuntime; 805HttpRuntimeSection runtimeConfig = RuntimeConfig.GetLKGConfig(_context).HttpRuntime; 3305RuntimeConfig.GetLKGConfig(_context).HttpRuntime : RuntimeConfig.GetConfig(_context).HttpRuntime;
HttpRuntime.cs (9)
1040HttpRuntimeSection runtimeConfig = config.HttpRuntime; 1099HttpRuntimeSection runtimeConfig = RuntimeConfig.GetAppConfig().HttpRuntime; 1286HttpRuntimeSection runtimeConfig = RuntimeConfig.GetAppConfig().HttpRuntime; 1347HttpRuntimeSection runtimeConfig = RuntimeConfig.GetAppConfig().HttpRuntime; 1963HttpRuntimeSection runtimeConfig = RuntimeConfig.GetAppLKGConfig().HttpRuntime; 2165HttpRuntimeSection config = RuntimeConfig.GetAppLKGConfig().HttpRuntime; 2235HttpRuntimeSection runtimeSection = runtimeConfig.HttpRuntime; 3523if (config != null && config.HttpRuntime != null && config.HttpRuntime.RelaxedUrlToFileSystemMapping) {
ImplicitAsyncPreloadModule.cs (1)
60|| (contentLength = request.ContentLength) > RuntimeConfig.GetConfig(context).HttpRuntime.MaxRequestLengthBytes
State\SessionStateModule.cs (1)
435s_configExecutionTimeout = RuntimeConfig.GetConfig().HttpRuntime.ExecutionTimeout;
UI\Control.cs (1)
2803HttpRuntimeSection runtimeSection = config.HttpRuntime;
Util\HttpEncoder.cs (1)
140HttpRuntimeSection runtimeSection = config.HttpRuntime;
Util\RequestValidator.cs (1)
45HttpRuntimeSection runtimeSection = config.HttpRuntime;