Returns an instance of a class that implements the System.Web.IHttpHandler interface.
- 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.
A new System.Web.IHttpHandler object that processes the request.