System.Web.HttpContext Class

Encapsulates all HTTP-specific information about an individual HTTP request.

See Also: HttpContext Members

Syntax

public sealed class HttpContext : IServiceProvider

Remarks

Classes that inherit the System.Web.IHttpModule and System.Web.IHttpHandler interfaces are provided a reference to an System.Web.HttpContext object for the current HTTP request. The object provides access to the intrinsic HttpContext.Request, HttpContext.Response, and HttpContext.Server properties for the request.

Requirements

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