コード例 #1
0
ファイル: Reference.cs プロジェクト: mff-uk/exolutio
 public Exolutio.Updater.UpdaterService.Version GetVersion(string file)
 {
     Exolutio.Updater.UpdaterService.GetVersionRequest inValue = new Exolutio.Updater.UpdaterService.GetVersionRequest();
     inValue.Body      = new Exolutio.Updater.UpdaterService.GetVersionRequestBody();
     inValue.Body.file = file;
     Exolutio.Updater.UpdaterService.GetVersionResponse retVal = ((Exolutio.Updater.UpdaterService.UpdaterServiceSoap)(this)).GetVersion(inValue);
     return(retVal.Body.GetVersionResult);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: mff-uk/exolutio
 Exolutio.Updater.UpdaterService.GetVersionResponse Exolutio.Updater.UpdaterService.UpdaterServiceSoap.GetVersion(Exolutio.Updater.UpdaterService.GetVersionRequest request)
 {
     return(base.Channel.GetVersion(request));
 }