System.Web.HttpRuntime Members

The members of System.Web.HttpRuntime are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.HttpRuntime class.

Public Properties

[read-only]
static
AppDomainAppIdstring.

Gets the application identification of the application domain where the System.Web.HttpRuntime exists.

[read-only]
static
AppDomainAppPathstring.

Gets the physical drive path of the application directory for the application hosted in the current application domain.

[read-only]
static
AppDomainAppVirtualPathstring.

Gets the virtual path of the directory that contains the application hosted in the current application domain.

[read-only]
static
AppDomainIdstring.

Gets the domain identification of the application domain where the System.Web.HttpRuntime instance exists.

[read-only]
static
AspInstallDirectorystring.

Gets the physical path of the directory where the ASP.NET executable files are installed.

[read-only]
static
BinDirectorystring.

Gets the physical path to the /bin directory for the current application.

[read-only]
static
CacheSystem.Web.Caching.Cache.

Gets the System.Web.Caching.Cache for the current application.

[read-only]
static
ClrInstallDirectorystring.

Gets the physical path to the directory where the common language runtime executable files are installed.

[read-only]
static
CodegenDirstring.

Gets the physical path to the directory where ASP.NET stores temporary files (generated sources, compiled assemblies, and so on) for the current application.

[read-only]
static
IsOnUNCSharebool.

Gets a value that indicates whether the application is mapped to a universal naming convention (UNC) share.

[read-only]
static
MachineConfigurationDirectorystring.

Gets the physical path to the directory where the Machine.config file for the current application is located.

Public Methods

static
Close()

Shuts down the System.Web.HttpRuntime instance.

static
ProcessRequest(HttpWorkerRequest)

Drives all ASP.NET Web processing execution.

static
UnloadAppDomain()

Terminates the current application. The application restarts the next time a request is received for it.