DefaultHttpHandler::Context Property

 

Gets the context that is associated with the current DefaultHttpHandler object.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

protected:
property HttpContext^ Context {
	HttpContext^ get();
}

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
Return to top
Show: