IHttpHandler Members
Defines the contract that ASP.NET implements to synchronously process HTTP Web requests using custom HTTP handlers.
The following tables list the members exposed by the IHttpHandler type.
| Name | Description | |
|---|---|---|
| IsReusable | Gets a value indicating whether another request can use the IHttpHandler instance. |
| Name | Description | |
|---|---|---|
| ProcessRequest | Enables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface. |