VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebServiceHandlerJS type / WebServiceHandlerJS Constructor(string)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebServiceHandlerJS Constructor(string)
    In This Topic
    Initializes a new instance of the WebServiceHandlerJS class.
    Syntax
    // Parameters
    var serviceRoute; // Type: string
    
    var instance = new Vintasoft.Shared.WebServiceHandlerJS(serviceRoute);
    
    
    function WebServiceHandlerJS(
    serviceRoute
    Route to the HTTP handler, for example "Handlers/VintasoftImageHandler1.ashx".
    : string
    ) : WebServiceHandlerJS;

    Parameters

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