HttpTaskAsyncHandler Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ProcessRequest(HttpContext^) | This API supports the product infrastructure and is not intended to be used directly from your code. When overridden in a derived class, provides code that handles a synchronous task. |
![]() | ProcessRequestAsync(HttpContext^) | When overridden in a derived class, provides code that handles an asynchronous task. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IHttpAsyncHandler::BeginProcessRequest(HttpContext^, AsyncCallback^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initiates asynchronous processing of a task in an HTTP task handler. |
![]() ![]() | IHttpAsyncHandler::EndProcessRequest(IAsyncResult^) | This API supports the product infrastructure and is not intended to be used directly from your code. Ends asynchronous processing of a task in an HTTP task handler. |



