The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpApplication::IHttpHandler::IsReusable Property
.NET Framework (current version)
Gets a Boolean value indicating whether another request can use the IHttpHandler object.
Assembly: System.Web (in System.Web.dll)
private: property bool IsReusable { virtual bool get() sealed = IHttpHandler::IsReusable::get; }
Implements
IHttpHandler::IsReusableTo explicitly set the IsReusable property to true or false, provide code that overrides the IsReusable property accessor.
.NET Framework
Available since 2.0
Available since 2.0
Show: