ChartHttpHandler.IHttpHandler.ProcessRequest(HttpContext) Method

Definition

Enables HTTP web requests to be processed by a custom HTTP handler that implements the IHttpHandler interface.

C#
void IHttpHandler.ProcessRequest(System.Web.HttpContext context);

Parameters

context
HttpContext

An HttpContext object that provides references to intrinsic server objects such as Request, Response, Session, and Server. Used to service HTTP requests.

Implements

Applies to

Product Versions
.NET Framework 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