DefaultHttpHandler.Context Property

Definition

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

protected System.Web.HttpContext Context { get; }

Property Value

An HttpContext object that contains the current context.

Remarks

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.

Applies to

Produto Versões
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also