// Parameters var serviceRoute; // Type: string var instance = new Vintasoft.Shared.WebServiceJS(serviceRoute);
function WebServiceJS(
serviceRouteRoute to the web service (controller/handler), for example "/vintasoft/api/VintasoftImageApi/".: string
) : WebServiceJS;
Parameters
- serviceRoute
- Route to the web service (controller/handler), for example "/vintasoft/api/VintasoftImageApi/".