IHttpAsyncHandler Members
.NET Framework 2.0
Defines the contract that HTTP asynchronous handler objects must implement.
The following tables list the members exposed by the IHttpAsyncHandler type.
| Name | Description | |
|---|---|---|
| BeginProcessRequest | Initiates an asynchronous call to the HTTP handler. |
| EndProcessRequest | Provides an asynchronous process End method when the process ends. |
Community Additions
ADD
Show: