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

Namespace: ElementIT.UltimateUploader
Assembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.6.0.18556 (1.6.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