This documentation is archived and is not being maintained.

IHttpAsyncHandler Members

Defines the contract that HTTP asynchronous handler objects must implement.

The IHttpAsyncHandler type exposes the following members.

  NameDescription
Public method BeginProcessRequest Initiates an asynchronous call to the HTTP handler.
Public method EndProcessRequest Provides an asynchronous process End method when the process ends.
Public method ProcessRequest Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface. (Inherited from IHttpHandler.)
Top

  NameDescription
Public property IsReusable Gets a value indicating whether another request can use the IHttpHandler instance. (Inherited from IHttpHandler.)
Top
Show: