IHttpApplication, interface
Récupère les informations de configuration spécifiques à l’application.
Syntaxe
class IHttpApplication
Méthodes
Le tableau suivant répertorie les méthodes exposées par l’interface IHttpApplication
.
Nom | Description |
---|---|
GetAppConfigPath | Récupère le chemin de configuration de l’application. |
GetApplicationId | Récupère le chemin d’accès d’identification de l’application pour la requête actuelle. |
GetApplicationPhysicalPath | Récupère le chemin physique de l’application pour la requête actuelle. |
GetModuleContextContainer | Retourne le conteneur de contexte de module pour l’application. |
Classes dérivées
Nom | Description |
---|---|
IGlobalApplicationPreloadProvider2 | Fournit des informations sur le recyclage du processus de travail d’une application. |
Remarques
Les modules HTTP peuvent utiliser l’interface IHttpApplication
pour récupérer les informations de configuration d’une application. Plus précisément, la GetAppConfigPath
méthode retourne le chemin de configuration d’une application, la GetApplicationId
méthode retourne le chemin d’identité unique d’une application et la GetApplicationPhysicalPath
méthode retourne le chemin physique du dossier racine d’une application.
Les modules HTTP peuvent récupérer une IHttpApplication
interface à l’aide des méthodes IGlobalThreadCleanupProvider::GetApplication, IHttpApplicationProvider::GetApplication et IHttpContext::GetApplication .
Spécifications
Type | Description |
---|---|
Client | - IIS 7.0 sur Windows Vista - IIS 7.5 sur Windows 7 - IIS 8.0 sur Windows 8 - IIS 10.0 sur Windows 10 |
Serveur | - IIS 7.0 sur Windows Server 2008 - IIS 7.5 sur Windows Server 2008 R2 - IIS 8.0 sur Windows Server 2012 - IIS 8.5 sur 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 - IIS Express 7.5, IIS Express 8.0, IIS Express 10.0 |
En-tête | Httpserv.h |
Voir aussi
Interfaces principales du serveur web
IGlobalThreadCleanupProvider::GetApplication
IHttpApplicationProvider::GetApplication, méthode
IHttpContext::GetApplication, méthode