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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool IsReusable { get; }
Public ReadOnly Property IsReusable As Boolean
Get
Return Value
Type:
Boolean
true if the
IHttpHandler instance is reusable; otherwise, false.
Implements
IHttpHandlerIsReusableSee Also