Gets a value indicating whether another request can use the
IHttpHandler instance.
Namespace: ElementIT.UltimateUploaderAssembly: ElementIT.UltimateUploader (in ElementIT.UltimateUploader.dll) Version: 1.4.3.10526 (1.4.3)
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