VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebRequestJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebRequestJS type
    In This Topic
    Represents a web request to a web service.
    Syntax
    // Parameters
    var actionName; // Type: string
    var successFunc; // Type: function
    var errorFunc; // Type: function
    var ajaxParams; // Type: object
    var isAsync; // Type: boolean
    
    var instance = new Vintasoft.Shared.WebRequestJS(actionName, successFunc, errorFunc, ajaxParams, isAsync);
    
    
    function WebRequestJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Shared.WebRequestJS
          Vintasoft.Shared.WebCompositeRequestJS

    Browser Compatibility
    9
    See Also