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.

Namespace:   System.Web.UI.DataVisualization.Charting
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.

.NET Framework
Available since 4.0
Return to top
Show: