コード例 #1
0
ファイル: Reference.cs プロジェクト: mff-uk/exolutio
 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
ファイル: Reference.cs プロジェクト: mff-uk/exolutio
 Exolutio.Updater.UpdaterService.GetMsiUriResponse Exolutio.Updater.UpdaterService.UpdaterServiceSoap.GetMsiUri(Exolutio.Updater.UpdaterService.GetMsiUriRequest request)
 {
     return(base.Channel.GetMsiUri(request));
 }