Click or drag to resize

DynamicwebHttpHandlerProcessRequest Method

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

Namespace:  Dynamicweb.AspNet
Assembly:  Dynamicweb.AspNet (in Dynamicweb.AspNet.dll) Version: 4.0.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