VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebServiceJS type / sendRequest Property
Syntax BrowserCompatibility SeeAlso
In This Topic
sendRequest Method
In This Topic
Sends a single request to a web service.
Syntax
var instance = new Vintasoft.Shared.WebServiceJS(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
9
5
11
5
See Also