VintaSoft Barcode .NET SDK 16.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebServiceJS type / WebServiceJS Constructor(string)
Syntax BrowserCompatibility SeeAlso
In This Topic
WebServiceJS Constructor(string)
In This Topic
Initializes a new instance of the WebServiceJS class.
Syntax
// Parameters
var serviceRoute; // Type: string

var instance = new Vintasoft.Shared.WebServiceJS(serviceRoute);

Parameters

serviceRoute
Route to the web service (controller/handler), for example "/vintasoft/api/VintasoftImageApi/".
Browser Compatibility
9
5
11
5
See Also