Link Search Menu Expand Document

BarcodeHandler Class

Class that implements custom HttpHandler for barcodes.
Inheritance Hierarchy
SystemObject
Bytescout.BarCodeBarcodeHandler

Namespace:Bytescout.BarCode
Assembly: Bytescout.BarCode (in Bytescout.BarCode.dll) Version: 7.6.3.1256-master
Syntax
public class BarcodeHandler : IHttpHandler

The BarcodeHandler type exposes the following members.

Constructors
NameDescription
Public methodBarcodeHandler
Initializes a new instance of the BarcodeHandler class
Top
Properties
NameDescription
Public propertyIsReusable
Gets a value indicating whether another request can use the IHttpHandler instance.
Top
Methods
NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodProcessRequest
Processes HTTP Web requests for barcodes.
Public methodToString (Inherited from Object.)
Top
Remarks
You do not need to use this class directly. It will be used by ASP.NET handler when you use BarcodeWebImage control.
See Also

Reference