The methods of the IHttpHandler interface are listed below. For a complete list of IHttpHandler interface members, see the IHttpHandler Members topic.
IsReusable | Allows an IHTTPHandler instance to indicate at the end of a request whether it can be recycled and used for another request. |
ProcessRequest | Drives web processing execution. |