This documentation is archived and is not being maintained.
IHttpAsyncHandler Members
Visual Studio 2008
Defines the contract that HTTP asynchronous handler objects must implement.
The IHttpAsyncHandler type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginProcessRequest | Initiates an asynchronous call to the HTTP handler. |
|
EndProcessRequest | Provides an asynchronous process End method when the process ends. |
|
ProcessRequest | Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface. (Inherited from IHttpHandler.) |
| Name | Description | |
|---|---|---|
|
IsReusable | Gets a value indicating whether another request can use the IHttpHandler instance. (Inherited from IHttpHandler.) |
Show: