This documentation is archived and is not being maintained.

HttpRuntime Members

Provides a set of ASP.NET run-time services for the current application.

The HttpRuntime type exposes the following members.

  NameDescription
Public method HttpRuntime Initializes a new instance of the HttpRuntime class.
Top

  NameDescription
Public method Static member Close Shuts down the HttpRuntime instance.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method Static member GetNamedPermissionSet Infrastructure. Returns the set of permissions associated with code groups.
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Static member ProcessRequest Drives all ASP.NET Web processing execution.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method Static member UnloadAppDomain Terminates the current application. The application restarts the next time a request is received for it.
Top

  NameDescription
Public property Static member AppDomainAppId Gets the application identification of the application domain where the HttpRuntime exists.
Public property Static member AppDomainAppPath Gets the physical drive path of the application directory for the application hosted in the current application domain.
Public property Static member AppDomainAppVirtualPath Gets the virtual path of the directory that contains the application hosted in the current application domain.
Public property Static member AppDomainId Gets the domain identification of the application domain where the HttpRuntime exists.
Public property Static member AspClientScriptPhysicalPath Gets the folder path for the ASP.NET client script files.
Public property Static member AspClientScriptVirtualPath Gets the virtual path for the ASP.NET client script files.
Public property Static member AspInstallDirectory Gets the physical path of the directory where the ASP.NET executable files are installed.
Public property Static member BinDirectory Gets the physical path to the /bin directory for the current application.
Public property Static member Cache Gets the Cache for the current application.
Public property Static member ClrInstallDirectory Gets the physical path to the directory where the common language runtime executable files are installed.
Public property Static member 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.
Public property Static member IsOnUNCShare Gets a value that indicates whether the application is mapped to a universal naming convention (UNC) share.
Public property Static member MachineConfigurationDirectory Gets the physical path to the directory where the Machine.config file for the current application is located.
Public property Static member UsingIntegratedPipeline Gets a value that indicates whether the current application is running in the integrated-pipeline mode of IIS 7.0.
Top
Show: