ChartHttpHandler.IHttpHandler.ProcessRequest Method (HttpContext)
.NET Framework (current version)
Enables HTTP web requests to be processed by a custom HTTP handler that implements the IHttpHandler interface.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Private Sub ProcessRequest ( context As HttpContext ) Implements IHttpHandler.ProcessRequest
Parameters
- context
-
Type:
System.Web.HttpContext
An HttpContext object that provides references to intrinsic server objects such as Request, Response, Session, and Server. Used to service HTTP requests.
Implements
IHttpHandler.ProcessRequest(HttpContext)
.NET Framework
Available since 4.0
Available since 4.0
Show: