Enables a System.Web.DefaultHttpHandler object to process of HTTP Web requests.
The DefaultHttpHandler.ProcessRequest(HttpContext) method should not be called synchronously. Classes that are derived from the System.Web.DefaultHttpHandler class can override the DefaultHttpHandler.ProcessRequest(HttpContext) to provide customized request processing.