示例#1
0
 public string GetMsiUri()
 {
     Exolutio.Updater.UpdaterService.GetMsiUriRequest inValue = new Exolutio.Updater.UpdaterService.GetMsiUriRequest();
     inValue.Body = new Exolutio.Updater.UpdaterService.GetMsiUriRequestBody();
     Exolutio.Updater.UpdaterService.GetMsiUriResponse retVal = ((Exolutio.Updater.UpdaterService.UpdaterServiceSoap)(this)).GetMsiUri(inValue);
     return(retVal.Body.GetMsiUriResult);
 }
示例#2
0
 Exolutio.Updater.UpdaterService.GetMsiUriResponse Exolutio.Updater.UpdaterService.UpdaterServiceSoap.GetMsiUri(Exolutio.Updater.UpdaterService.GetMsiUriRequest request)
 {
     return(base.Channel.GetMsiUri(request));
 }