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); }
Exolutio.Updater.UpdaterService.GetVersionResponse Exolutio.Updater.UpdaterService.UpdaterServiceSoap.GetVersion(Exolutio.Updater.UpdaterService.GetVersionRequest request) { return(base.Channel.GetVersion(request)); }