ChartHttpHandler.IHttpHandler.IsReusable Property

.NET Framework (current version)
 

Gets a value indicating whether another request can use the IHttpHandler object.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

Private ReadOnly Property IsReusable As Boolean Implements IHttpHandler.IsReusable

Property Value

Type: System.Boolean

True if the IHttpHandler object is reusable, otherwise false.

.NET Framework
Available since 4.0
Return to top
Show: