Link Search Menu Expand Document

BarcodeHandlerIsReusable Property

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

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public bool IsReusable { get; }

Property Value

Type: Boolean

Return Value

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

Implements

IHttpHandlerIsReusable
See Also

Reference