示例#1
0
文件: Reference.cs 项目: SutoZ/WCF
 public string GetCurrentExchangeRates()
 {
     WCF.MNB.GetCurrentExchangeRatesRequest inValue = new WCF.MNB.GetCurrentExchangeRatesRequest();
     inValue.Body = new WCF.MNB.GetCurrentExchangeRatesRequestBody();
     WCF.MNB.GetCurrentExchangeRatesResponse retVal = ((WCF.MNB.MNBArfolyamServiceSoap)(this)).GetCurrentExchangeRates(inValue);
     return(retVal.Body.GetCurrentExchangeRatesResult);
 }
示例#2
0
文件: Reference.cs 项目: SutoZ/WCF
 public System.Threading.Tasks.Task <WCF.MNB.GetCurrentExchangeRatesResponse> GetCurrentExchangeRatesAsync()
 {
     WCF.MNB.GetCurrentExchangeRatesRequest inValue = new WCF.MNB.GetCurrentExchangeRatesRequest();
     inValue.Body = new WCF.MNB.GetCurrentExchangeRatesRequestBody();
     return(((WCF.MNB.MNBArfolyamServiceSoap)(this)).GetCurrentExchangeRatesAsync(inValue));
 }
示例#3
0
文件: Reference.cs 项目: SutoZ/WCF
 System.Threading.Tasks.Task <WCF.MNB.GetCurrentExchangeRatesResponse> WCF.MNB.MNBArfolyamServiceSoap.GetCurrentExchangeRatesAsync(WCF.MNB.GetCurrentExchangeRatesRequest request)
 {
     return(base.Channel.GetCurrentExchangeRatesAsync(request));
 }
示例#4
0
文件: Reference.cs 项目: SutoZ/WCF
 WCF.MNB.GetCurrentExchangeRatesResponse WCF.MNB.MNBArfolyamServiceSoap.GetCurrentExchangeRates(WCF.MNB.GetCurrentExchangeRatesRequest request)
 {
     return(base.Channel.GetCurrentExchangeRates(request));
 }