IHttpAsyncHandler Methods

 

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodBeginProcessRequest(HttpContext^, AsyncCallback^, Object^)

Initiates an asynchronous call to the HTTP handler.

System_CAPS_pubmethodEndProcessRequest(IAsyncResult^)

Provides an asynchronous process End method when the process ends.

System_CAPS_pubmethodProcessRequest(HttpContext^)

Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.(Inherited from IHttpHandler.)

Return to top
Show: