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
See Also