This documentation is archived and is not being maintained.
IHttpHandler Members
Visual Studio 2008
Defines the contract that ASP.NET implements to synchronously process HTTP Web requests using custom HTTP handlers.
The IHttpHandler type exposes the following members.
| Name | Description | |
|---|---|---|
|
ProcessRequest | Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface. |
| Name | Description | |
|---|---|---|
|
IsReusable | Gets a value indicating whether another request can use the IHttpHandler instance. |
Show: