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

Namespace: yWorks.yFiles.Graph.Web
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

C#
public bool IsReusable { get; set; }
Visual Basic
Public Property IsReusable As Boolean
	Get
	Set

Return Value

true if the IHttpHandler instance is reusable; otherwise, false.

Implements

IHttpHandler..::..IsReusable

See Also