Click or drag to resize

WebDocumentRequestHandlerIsReusable Property

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

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public bool IsReusable { get; }

Return Value

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

Implements

IHttpHandlerIsReusable
See Also