18 references to GetSection
System.Web (18)
Configuration\RuntimeConfig.cs (18)
235return (System.Net.Configuration.SmtpSection) GetSection("system.net/mailSettings/smtp", typeof(System.Net.Configuration.SmtpSection)); 241return (AnonymousIdentificationSection) GetSection("system.web/anonymousIdentification", typeof(AnonymousIdentificationSection)); 247return (ProtocolsSection) GetSection("system.web/protocols", typeof(ProtocolsSection)); 284return (CustomErrorsSection) GetSection("system.web/customErrors", typeof(CustomErrorsSection)); 296return (DeploymentSection) GetSection("system.web/deployment", typeof(DeploymentSection)); 302return (FullTrustAssembliesSection)GetSection("system.web/fullTrustAssemblies", typeof(FullTrustAssembliesSection)); 308return (HealthMonitoringSection) GetSection("system.web/healthMonitoring", typeof(HealthMonitoringSection)); 314return (HostingEnvironmentSection) GetSection("system.web/hostingEnvironment", typeof(HostingEnvironmentSection)); 369return (PartialTrustVisibleAssembliesSection)GetSection("system.web/partialTrustVisibleAssemblies", typeof(PartialTrustVisibleAssembliesSection)); 375return (ProcessModelSection) GetSection("system.web/processModel", typeof(ProcessModelSection)); 387return (RoleManagerSection) GetSection("system.web/roleManager", typeof(RoleManagerSection)); 393return (SecurityPolicySection) GetSection("system.web/securityPolicy", typeof(SecurityPolicySection)); 405return (SessionStateSection) GetSection("system.web/sessionState", typeof(SessionStateSection)); 411return (SiteMapSection) GetSection("system.web/siteMap", typeof(SiteMapSection)); 417return (TraceSection) GetSection("system.web/trace", typeof(TraceSection)); 423return (TrustSection) GetSection("system.web/trust", typeof(TrustSection)); 453return (CacheSection) GetSection("system.web/caching/cache", typeof(CacheSection)); 471return (SqlCacheDependencySection) GetSection("system.web/caching/sqlCacheDependency", typeof(SqlCacheDependencySection));