29 references to GetConfig
System.Web (29)
Configuration\CustomErrorsSection.cs (1)
205runtimeConfig = RuntimeConfig.GetConfig(context);
Configuration\HttpCapabilitiesBase.cs (1)
143RuntimeConfig.GetLKGConfig(request.Context).BrowserCaps : RuntimeConfig.GetConfig(request.Context).BrowserCaps;
Configuration\MTConfigUtil.cs (2)
80return RuntimeConfig.GetConfig(context).Pages; 120return RuntimeConfig.GetConfig(context).Compilation;
Configuration\RuntimeConfig.cs (2)
45return GetConfig(context); 182config = GetConfig(context);
HttpApplication.cs (1)
1265: RuntimeConfig.GetConfig(context).HttpHandlers;
HttpBufferlessInputStream.cs (1)
46HttpRuntimeSection section = RuntimeConfig.GetConfig(_context).HttpRuntime;
HttpContext.cs (5)
714_asyncPreloadModeFlags = RuntimeConfig.GetConfig(this).HttpRuntime.AsyncPreloadMode; 1705HttpRuntimeSection cfg = RuntimeConfig.GetConfig(this).HttpRuntime; 2018IdentitySection c = RuntimeConfig.GetConfig(this).Identity; 2138IdentitySection c = RuntimeConfig.GetConfig(this).Identity; 2153IdentitySection c = RuntimeConfig.GetConfig(this).Identity;
HttpRequest.cs (5)
955ApplyFilter(ref _rawContent, RuntimeConfig.GetConfig(_context).HttpRuntime.RequestLengthDiskThresholdBytes); 972HttpRuntimeSection cfg = RuntimeConfig.GetConfig(_context).HttpRuntime; 2610RuntimeConfig config = RuntimeConfig.GetConfig(Context); 2666char [] invalidChars = RuntimeConfig.GetConfig(Context).HttpRuntime.RequestPathInvalidCharactersArray; 2902HttpRuntimeSection config = RuntimeConfig.GetConfig(_context).HttpRuntime;
HttpResponse.cs (1)
3305RuntimeConfig.GetLKGConfig(_context).HttpRuntime : RuntimeConfig.GetConfig(_context).HttpRuntime;
ImplicitAsyncPreloadModule.cs (1)
60|| (contentLength = request.ContentLength) > RuntimeConfig.GetConfig(context).HttpRuntime.MaxRequestLengthBytes
Security\UrlAuthorizationModule.cs (2)
140AuthorizationSection settings = RuntimeConfig.GetConfig(context).Authorization; 169AuthorizationSection settings = RuntimeConfig.GetConfig(context).Authorization;
ThreadContext.cs (1)
298GlobalizationSection globConfig = RuntimeConfig.GetConfig(HttpContext).Globalization;
UI\Control.cs (3)
205EffectiveClientIDModeValue = RuntimeConfig.GetConfig(context).Pages.ClientIDMode; 965xhtmlConformanceSection = RuntimeConfig.GetConfig(context).XhtmlConformance; 1007return RuntimeConfig.GetConfig(context);
UI\HtmlForm.cs (1)
464if (page != null && httpWriter != null && RuntimeConfig.GetConfig(Context).Pages.RenderAllHiddenFieldsAtTopOfForm) {
UI\Page.cs (1)
3970PagesSection pagesSection = RuntimeConfig.GetConfig(Context).Pages;
UI\SessionPageStatePersister.cs (1)
128SessionPageStateSection cfg = RuntimeConfig.GetConfig(Page.Request.Context).SessionPageState;