AssemblyResourceLoader::IHttpHandler::IsReusable Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets a value that indicates whether another request can reuse the IHttpHandler instance.
Assembly: System.Web (in System.Web.dll)
private: property bool IsReusable { virtual bool get() sealed = IHttpHandler::IsReusable::get; }
Implements
IHttpHandler::IsReusableThis member is an explicit-interface member implementation. It can be used only when the AssemblyResourceLoader instance is cast to an IHttpHandler interface.
.NET Framework
Available since 2.0
Available since 2.0
Show: