IHttpApplication Interface
Retrieves application-specific configuration information.
The following table lists the methods exposed by the IHttpApplication interface.
Name | Description |
|---|---|
Retrieves the application configuration path. | |
Retrieves the identifying application path for the current request. | |
Retrieves the physical path of the application for the current request. | |
Returns the module context container for the application. |
HTTP modules can use the IHttpApplication interface to retrieve configuration information for an application. Specifically, the GetAppConfigPath method returns the configuration path for an application, the GetApplicationId method returns the unique identity path for an application, and the GetApplicationPhysicalPath method returns the physical path for the root folder of an application.
HTTP modules can retrieve an IHttpApplication interface by using the IGlobalThreadCleanupProvider::GetApplication, IHttpApplicationProvider::GetApplication, and IHttpContext::GetApplication methods.
Type | Description |
|---|---|
Client |
|
Server |
|
Product | IIS 7.0, IIS 7.5, IIS Express 7.5, IIS 8.0 |
Header | Httpserv.h |