HttpRuntime Members
.NET Framework 2.0
Provides a set of ASP.NET run-time services for the current application.
The following tables list the members exposed by the HttpRuntime type.
| Name | Description | |
|---|---|---|
| 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. |
| AspClientScriptPhysicalPath | Gets the folder path for the ASP.NET client script files. |
| AspClientScriptVirtualPath | Gets the virtual path for the ASP.NET client script files. |
| 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
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Close | Removes all items from the cache. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ProcessRequest | Drives all ASP.NET Web processing execution. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| UnloadAppDomain | Terminates the current application. The application restarts the next time a request is received for it. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Community Additions
ADD
Show: