Enables processing of HTTP Web requests by a custom HttpHandler that implements the System.Web.IHttpHandler interface.
- context
- An System.Web.HttpContext object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) used to service HTTP requests.
Place your custom HttpHandler code in the IHttpHandler.ProcessRequest(HttpContext) virtual method, as shown in the following example.