Gets a value indicating whether another request can use the System.Web.IHttpHandler instance.

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public bool IsReusable { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsReusable As Boolean
	Get

Implements

IHttpHandler..::..IsReusable

See Also