Allows an IHTTPHandler instance to indicate at the end of a request whether it can be recycled and used for another request.
[Visual Basic] Function IsReusable() As Boolean [C#] bool IsReusable(); [C++] bool IsReusable() = 0; [JScript] function IsReusable() : Boolean;
IHttpHandler Interface | IHttpHandler Members | System.Web Namespace