14 references to HostingEnvironmentSection
System.Web (14)
CachedPathData.cs (2)
36private static TimeSpan s_urlMetadataSlidingExpiration = HostingEnvironmentSection.DefaultUrlMetadataSlidingExpiration; 74static internal void InitializeUrlMetadataSlidingExpiration(HostingEnvironmentSection section) {
Configuration\RuntimeConfig.cs (3)
312internal HostingEnvironmentSection HostingEnvironment { 314return (HostingEnvironmentSection) GetSection("system.web/hostingEnvironment", typeof(HostingEnvironmentSection));
Configuration\SystemWebSectionGroup.cs (2)
102public HostingEnvironmentSection HostingEnvironment { 104return (HostingEnvironmentSection) Sections["hostingEnvironment"];
Hosting\HostingEnvironment.cs (4)
424HostingEnvironmentSection hostEnvConfig = RuntimeConfig.GetAppLKGConfig().HostingEnvironment; 426TimeSpan idleTimeout = (hostEnvConfig != null) ? hostEnvConfig.IdleTimeout : HostingEnvironmentSection.DefaultIdleTimeout; 564int shutdownTimeoutSeconds = HostingEnvironmentSection.DefaultShutdownTimeout; 565HostingEnvironmentSection hostEnvConfig = RuntimeConfig.GetAppLKGConfig().HostingEnvironment;
HttpRuntime.cs (3)
429HostingEnvironmentSection hostingEnvironmentSection; 765out HostingEnvironmentSection hostingEnvironmentSection, 998private void InitFusion(HostingEnvironmentSection hostingEnvironmentSection) {