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

Namespace:  ElementIT.UltimateUploader
Assembly:  ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.0.17128 (1.4.0)

Syntax

C#
public bool IsReusable { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsReusable As Boolean
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