Click or drag to resize

DynamicwebHttpHandlerProcessRequest Method

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

Namespace:  Dynamicweb.Frontend
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.10.0
Syntax
public 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.
See Also