VintaSoft Barcode .NET SDK 15.0: Documentation for Web developer
Vintasoft.Barcode.Web.HttpHandlers Namespace / VintasoftBarcodeHandler Class
Constructors Properties Methods SeeAlso
In This Topic
    VintasoftBarcodeHandler Class Members
    In This Topic
    The following tables list the members exposed by VintasoftBarcodeHandler.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the VintasoftBarcodeHandler class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the HTTP handler can work with undefined session.
    Public PropertyGets a value indicating whether another request can use this instance.
    Public Methods
     NameDescription
    Public MethodEnables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
    Protected Methods
     NameDescription
    Protected MethodCreates a data storage for current session.
    Protected MethodCreates the VintasoftBarcodeWebService that handles HTTP requests from clients and allows to read and write barcodes.
    Protected MethodExecutes HTTP command and returns the execution result.
    Protected MethodReleases all resources used by this object.
    Protected MethodGenerates a barcode image and returns barcode image as Base64 string.
    Protected MethodReads information about barcodes from web image.
    Protected MethodReads information about barcodes from web image, which is represented by a Base64 string.
    See Also