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

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0

Syntax

C#
public bool IsReusable { get; }
Visual Basic
Public ReadOnly Property IsReusable As Boolean
	Get
Visual C++
public:
virtual property bool IsReusable {
	bool get () sealed;
}

Field Value

Return Value

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

Implements

IHttpHandler..::..IsReusable

See Also