Click or drag to resize

CsvDownloadHandlerProcessRequest Method

Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.

Namespace: GSF.Web.Model.Handlers
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public void ProcessRequest(
	HttpContext context
)
View Source

Parameters

context  HttpContext
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)
See Also