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