AssemblyResourceLoader.IHttpHandler.IsReusable Property

 

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.

Namespace:   System.Web.Handlers
Assembly:  System.Web (in System.Web.dll)

private abstract IsReusable : bool with get
private override IsReusable : bool with get

Property Value

Type: System.Boolean

true in all cases.

This 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
Return to top
Show: