System.Web.IHttpAsyncHandler Members

The members of System.Web.IHttpAsyncHandler are listed below.

Public Methods

BeginProcessRequest(HttpContext, AsyncCallback, object) : IAsyncResult

Initiates an asynchronous call to the HTTP handler.

EndProcessRequest(IAsyncResult)

Provides an asynchronous process End method when the process ends.