Exemplo n.º 1
0
 public Exolutio.Updater.UpdaterService.FileWithVersion[] GetVersions(Exolutio.Updater.UpdaterService.ArrayOfString files)
 {
     Exolutio.Updater.UpdaterService.GetVersionsRequest inValue = new Exolutio.Updater.UpdaterService.GetVersionsRequest();
     inValue.Body       = new Exolutio.Updater.UpdaterService.GetVersionsRequestBody();
     inValue.Body.files = files;
     Exolutio.Updater.UpdaterService.GetVersionsResponse retVal = ((Exolutio.Updater.UpdaterService.UpdaterServiceSoap)(this)).GetVersions(inValue);
     return(retVal.Body.GetVersionsResult);
 }
Exemplo n.º 2
0
 Exolutio.Updater.UpdaterService.GetVersionsResponse Exolutio.Updater.UpdaterService.UpdaterServiceSoap.GetVersions(Exolutio.Updater.UpdaterService.GetVersionsRequest request)
 {
     return(base.Channel.GetVersions(request));
 }