Click or drag to resize

WebCaptureRequestHandlerProcessRequest Method

This is the entry point to the handler. Requests to this take the form of: http://yourServerName/theHandlerName.ashx?cmd=getContentTypeList

Namespace:  Atalasoft.Imaging.WebControls.Capture
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public virtual void ProcessRequest(
	HttpContext context
)

Parameters

context
Type: System.WebHttpContext
The current HTTP context.

Implements

IHttpHandlerProcessRequest(HttpContext)
See Also