VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebServiceJS type / WebServiceJS Constructor(string)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebServiceJS Constructor(string)
    In This Topic
    Initializes a new instance of the WebServiceJS class.
    Syntax
    // Parameters
    var serviceRoute; // Type: string
    
    var instance = new Vintasoft.Shared.WebServiceJS(serviceRoute);
    
    
    function WebServiceJS(
    serviceRoute
    Route to the web service (controller/handler), for example "/vintasoft/api/VintasoftImageApi/".
    : string
    ) : WebServiceJS;

    Parameters

    serviceRoute
    Route to the web service (controller/handler), for example "/vintasoft/api/VintasoftImageApi/".
    Browser Compatibility
    9
    See Also