Classe HostingEnvironmentSection
Définit les paramètres de configuration qui contrôlent le comportement de l'environnement d'hébergement d'application.
Syntaxe
class HostingEnvironmentSection : ConfigurationSection
Méthodes
Le tableau suivant répertorie les méthodes exposées par la classe HostingEnvironmentSection
.
Nom | Description |
---|---|
GetAllowDefinition | (Hérité de ConfigurationSection.) |
GetAllowLocation | (Hérité de ConfigurationSection .) |
RevertToParent | (Hérité de ConfigurationSection .) |
SetAllowDefinition | (Hérité de ConfigurationSection .) |
SetAllowLocation | (Hérité de ConfigurationSection .) |
Propriétés
Le tableau suivant répertorie les propriétés exposées par la classe HostingEnvironmentSection
.
Nom | Description |
---|---|
IdleTimeout |
Valeur datetime de lecture/écriture facultative qui spécifie l'intervalle de temps autorisé à passer avant qu'une application inactive soit déchargée. La valeur par défaut est infini. |
Location |
(Hérité de ConfigurationSection .) Propriété de clé. |
Path |
(Hérité de ConfigurationSection .) Une propriété clé. |
SectionInformation |
(Hérité de ConfigurationSection .) |
ShadowCopyBinAssemblies |
Valeur boolean de lecture/écriture facultative. true si les assemblys d'une application dans le répertoire Bin sont copiés dans le répertoire ASP.NET Temporary Files de l'application. Sinon false . Par défaut, il s’agit de true . |
ShutdownTimeout |
Valeur datetime de lecture/écriture facultative qui spécifie la durée autorisée pour qu'une application s'arrête correctement. La valeur par défaut est 30 secondes. |
Sous-classes
Cette classe ne contient aucune sous-classe.
Hiérarchie d'héritage
HostingEnvironmentSection
Spécifications
Type | Description |
---|---|
Client | - IIS 7.0 sous Windows Vista - IIS 7.5 sur Windows 7 - IIS 8.0 sous Windows 8 - IIS 10.0 sur Windows 10 |
Serveur | - IIS 7.0 sous Windows Server 2008 - IIS 7.5 sous Windows Server 2008 R2 - IIS 8.0 sous Windows Server 2012 - IIS 8.5 sous Windows Server 2012 R2 - IIS 10.0 sur Windows Server 2016 |
Produit | - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0 |
Fichier MOF | WebAdministration.mof |
Voir aussi
Classe ConfigurationSection
Élément hostingEnvironment (schéma de paramètres ASP.NET)
CIM_DATETIME