VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebServiceJS type / WebServiceJS Constructor(string)
Syntax BrowserCompatibility SeeAlso
В этом разделе
    WebServiceJS Constructor(string)
    В этом разделе
    Initializes a new instance of the WebServiceJS class.
    Синтаксис
    // Parameters
    var serviceRoute; // Type: string
    
    var instance = new Vintasoft.Shared.WebServiceJS(serviceRoute);
    
    
    function WebServiceJS(
    serviceRoute
    Маршрут к веб сервису (контроллеру/обработчику), например "/vintasoft/api/VintasoftImageApi/".
    : string
    ) : WebServiceJS;

    Parameters

    serviceRoute
    Маршрут к веб сервису (контроллеру/обработчику), например "/vintasoft/api/VintasoftImageApi/".
    Смотрите также