HttpContext Class
.NET Framework 3.0
Encapsulates all HTTP-specific information about an individual HTTP request.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Classes that inherit the IHttpModule and IHttpHandler interfaces are provided a reference to an HttpContext object for the current HTTP request. The object provides access to the intrinsic Request, Response, and Server properties for the request.
HttpContext is introduced in the .NET Framework version 3.5. For more information, see The .NET Framework 3.5 Architecture.
- AspNetHostingPermission for operating in a hosted environment. Demand value: LinkDemand. Permission value: Minimal
Community Additions
ADD
Show: