IApplicationHost Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Retrieves information about the application host.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | GetConfigMapPathFactory() | This API supports the product infrastructure and is not intended to be used directly from your code. Enables creation of an IConfigMapPath interface in the target application domain. |
![]() | GetConfigToken() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the token for the application host configuration (.config) file. |
![]() | GetPhysicalPath() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the application's root physical path. |
![]() | GetSiteID() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the site ID. |
![]() | GetSiteName() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the site name. |
![]() | GetVirtualPath() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the application's root virtual path. |
![]() | MessageReceived() | This API supports the product infrastructure and is not intended to be used directly from your code. Indicates that a message was received. |
IApplicationHost is introduced in the .NET Framework 3.5. For more information, see .NET Framework Versions and Dependencies.
Available since 2.0
