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