System.Web.IHttpAsyncHandler: Method Members

The methods of System.Web.IHttpAsyncHandler are listed below. For a list of all members, see the IHttpAsyncHandler Members list.

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.