VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebServiceControllerJS type / sendRequest Property
Syntax BrowserCompatibility SeeAlso
sendRequest Method
Sends a single request to a web service.
Syntax
var instance = new Vintasoft.Shared.WebServiceControllerJS(serviceRoute);

var value; // Type: object

// Parameters
var webRequest; // Type: WebRequestJS

value = instance.sendRequest(webRequest);

Parameters

webRequest
An instance of WebRequestJS class.

Return Value

Pair (request: WebRequestJS instance, object: XMLHttpRequest instance).
Browser Compatibility
56+
45+
11
See Also