ProcessRequest Method | ComponentOne ScatterChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1BinaryImage Namespace / C1BinaryImageHandler Class / ProcessRequest Method
The current System.Web.HttpContext.

In This Topic
ProcessRequest Method
In This Topic
Enables processing of HTTP Web requests by a custom HttpHandler.
Syntax
'Declaration
 
Public Sub ProcessRequest( _
   ByVal context As System.Web.HttpContext _
) 
 

Parameters

context
The current System.Web.HttpContext.
See Also