This documentation is archived and is not being maintained.
HttpRuntime Properties
.NET Framework 1.1
The properties of the HttpRuntime class are listed here. For a complete list of HttpRuntime class members, see the HttpRuntime Members topic.
Public Properties
![]() AppDomainAppId | Gets the application identification of the application domain where the HttpRuntime exists. |
![]() AppDomainAppPath | Gets the physical drive path of the application directory for the application hosted in the current application domain. |
![]() AppDomainAppVirtualPath | Gets the virtual path of the directory that contains the application hosted in the current application domain. |
![]() AppDomainId | Gets the application identification of the application domain where the HttpRuntime exists. |
![]() AspInstallDirectory | Gets the physical path of the directory where the ASP.NET executable files are installed. |
![]() BinDirectory | Gets the physical path to the/bin directory for the current application. |
![]() Cache | Gets the Cache for the current application. |
![]() ClrInstallDirectory | Gets the physical path to the directory where the common language runtime executable files are installed. |
![]() CodegenDir | Gets the physical path to the directory where ASP.NET stores temporary files (generated sources, compiled assemblies, and so on) for the current application. |
![]() IsOnUNCShare | Gets a value that indicates whether the application is mapped to a universal naming convention (UNC) share. |
![]() MachineConfigurationDirectory | Gets the physical path to the directory where the Machine.config file for the current application is located. |
See Also
Show:
