VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebServiceHandlerJS type / WebServiceHandlerJS Constructor(string)
Syntax BrowserCompatibility SeeAlso
    WebServiceHandlerJS Constructor(string)
    Initializes a new instance of the WebServiceHandlerJS class.
    Syntax
    // Parameters
    var serviceRoute; // Type: string
    
    var instance = new Vintasoft.Shared.WebServiceHandlerJS(serviceRoute);
    
    

    Parameters

    serviceRoute
    Route to the HTTP handler, for example "Handlers/VintasoftImageHandler1.ashx".
    Browser Compatibility
    9
    5
    11
    5
    See Also