DefaultHttpHandler::Context Property
.NET Framework (current version)
Gets the context that is associated with the current DefaultHttpHandler object.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web::HttpContext^An HttpContext object that contains the current context.
The Context property provides access to the current HttpContext object for derived classes. An HttpContext object provides access to the intrinsic Request, Response, and Server properties for the request. For more information about accessing contextual information, see HttpContext.
.NET Framework
Available since 2.0
Available since 2.0
Show: