IHttpAsyncHandler Methods
.NET Framework (current version)
Namespace:
System.Web
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | BeginProcessRequest(HttpContext^, AsyncCallback^, Object^) | Initiates an asynchronous call to the HTTP handler. |
![]() | EndProcessRequest(IAsyncResult^) | Provides an asynchronous process End method when the process ends. |
![]() | ProcessRequest(HttpContext^) | Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.(Inherited from IHttpHandler.) |
Show:
