System.Web.HttpRuntime Class

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

See Also: HttpRuntime Members

Syntax

public sealed class HttpRuntime

Remarks

The System.Web.HttpRuntime object is used at the beginning of the ASP.NET pipeline model that processes HTTP requests. The HttpRuntime.ProcessRequest(HttpWorkerRequest) method drives all subsequent ASP.NET Web processing.

Page developers can use the System.Web.HttpRuntime class properties to find out information about the current application domain for diagnostic purposes, for example. Developers creating custom process pipeline or a custom hosting environment should call the HttpRuntime.ProcessRequest(HttpWorkerRequest) method from a class derived from the System.Web.HttpWorkerRequest or System.Web.Hosting.SimpleWorkerRequest class.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0