HostingEnvironmentSection 类
定义控制应用程序托管环境行为的配置设置。
语法
class HostingEnvironmentSection : ConfigurationSection
方法
下表列出了 HostingEnvironmentSection
类公开的方法。
名称 | 描述 |
---|---|
GetAllowDefinition | (继承自 ConfigurationSection。) |
GetAllowLocation | (从 ConfigurationSection 继承。) |
RevertToParent | (从 ConfigurationSection 继承。) |
SetAllowDefinition | (从 ConfigurationSection 继承。) |
SetAllowLocation | (从 ConfigurationSection 继承。) |
属性
下表列出了 HostingEnvironmentSection
类公开的属性。
名称 | 描述 |
---|---|
IdleTimeout |
一个可选的读/写 datetime 值,指定在卸载非活动应用程序之前允许传递的时间间隔。 默认值为 infinite。 |
Location |
(继承自 ConfigurationSection 。)一个键属性。 |
Path |
(继承自 ConfigurationSection 。)一个键属性。 |
SectionInformation |
(从 ConfigurationSection 继承。) |
ShadowCopyBinAssemblies |
一个可选的读/写 boolean 值。 如果 bin 目录中的应用程序的程序集被卷影复制到应用程序的 ASP.NET 临时文件目录中,则为 true ;否则为 false 。 默认为 true 。 |
ShutdownTimeout |
一个可选的读/写 datetime 值,指定应用程序以宽限方式关闭所需要的时间量。 默认值为 30 秒。 |
子类
此类不包含子类。
继承层次结构
HostingEnvironmentSection
要求
类型 | 描述 |
---|---|
客户端 | - Windows Vista 上的 IIS 7.0 - Windows 7 上的 IIS 7.5 - Windows 8 上的 IIS 8.0 - Windows 10 上的 IIS 10.0 |
服务器 | - Windows Server 2008 上的 IIS 7.0 - Windows Server 2008 R2 上的 IIS 7.5 - Windows Server 2012 上的 IIS 8.0 - Windows Server 2012 R2 上的 IIS 8.5 - Windows Server 2016 上的 IIS 10.0 |
产品 | - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0 |
MOF 文件 | WebAdministration.mof |
另请参阅
ConfigurationSection 类
hostingEnvironment 元素(ASP.NET 设置架构)
CIM_DATETIME