Click or drag to resize

PdfHttpHandlerWithoutSessionProcessRequest Method

Enables processing of HTTP Web requests by the HttpHandler.

Namespace:  RadPdf.Web.HttpHandler
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public virtual void ProcessRequest(
	HttpContext context
)

Parameters

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

Implements

IHttpHandlerProcessRequest(HttpContext)
Remarks