VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.HttpHandlers Namespace / VintasoftAnnotationCollectionHandler Class / ProcessRequest(HttpContext) Method
Syntax Requirements SeeAlso
In This Topic
ProcessRequest(HttpContext) Method (VintasoftAnnotationCollectionHandler)
In This Topic
Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
Syntax
'Declaration

Public Sub ProcessRequest( _
ByVal context
An HttpContext object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.
As System.Web.HttpContext _
)
public void ProcessRequest(
System.Web.HttpContext context
)

Parameters

context
An HttpContext object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.
Requirements

Target Platforms: .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also