VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebServiceJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebServiceJS type
    In This Topic
    Provides a base class for web services (API controllers, HTTP handlers or WCF services).
    Syntax
    // Parameters
    var serviceRoute; // Type: string
    
    var instance = new Vintasoft.Shared.WebServiceJS(serviceRoute);
    
    
    function WebServiceJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Shared.WebServiceJS
          Vintasoft.Shared.WebServiceControllerJS
          Vintasoft.Shared.WebServiceHandlerJS

    Browser Compatibility
    56+
    45+
    11
    See Also