IHttpAsyncHandler Methods
.NET Framework 4.5
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.) |