This documentation is archived and is not being maintained.
IHttpAsyncHandler Methods
Visual Studio 2008
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.) |
Show: