VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebServiceJS type / sendRequests Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    sendRequests Method
    In This Topic
    Sends requests to a web service.
    Syntax
    var instance = new Vintasoft.Shared.WebServiceJS(serviceRoute);
    
    var value; // Type: object[]
    value = instance.sendRequests();
    
    
    function sendRequests() : object[];
    

    Return Value

    An array of pairs (WebServiceJS instance and XMLHttpRequest instance).
    Browser Compatibility
    56+
    45+
    11
    See Also