System.Web.IHttpHandlerFactory.GetHandler Method

Returns an instance of a class that implements the System.Web.IHttpHandler interface.

Syntax

public IHttpHandler GetHandler (HttpContext context, string requestType, string url, string pathTranslated)

Parameters

context
An instance of the System.Web.HttpContext class that provides references to intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.
requestType
The HTTP data transfer method (GET or POST) that the client uses.
url
The HttpRequest.RawUrl of the requested resource.
pathTranslated
The HttpRequest.PhysicalApplicationPath to the requested resource.

Returns

A new System.Web.IHttpHandler object that processes the request.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0