Exemplo n.º 1
0
 public System.Threading.Tasks.Task <Asopalav.GetDailyGoldRateServiceReference.GetCurrentGoldPriceResponse> GetCurrentGoldPriceAsync(string UserName, string Password)
 {
     Asopalav.GetDailyGoldRateServiceReference.GetCurrentGoldPriceRequest inValue = new Asopalav.GetDailyGoldRateServiceReference.GetCurrentGoldPriceRequest();
     inValue.Body          = new Asopalav.GetDailyGoldRateServiceReference.GetCurrentGoldPriceRequestBody();
     inValue.Body.UserName = UserName;
     inValue.Body.Password = Password;
     return(((Asopalav.GetDailyGoldRateServiceReference.GetGoldPriceSoap)(this)).GetCurrentGoldPriceAsync(inValue));
 }
Exemplo n.º 2
0
 public Asopalav.GetDailyGoldRateServiceReference.ArrayOfString GetCurrentGoldPrice(string UserName, string Password)
 {
     Asopalav.GetDailyGoldRateServiceReference.GetCurrentGoldPriceRequest inValue = new Asopalav.GetDailyGoldRateServiceReference.GetCurrentGoldPriceRequest();
     inValue.Body          = new Asopalav.GetDailyGoldRateServiceReference.GetCurrentGoldPriceRequestBody();
     inValue.Body.UserName = UserName;
     inValue.Body.Password = Password;
     Asopalav.GetDailyGoldRateServiceReference.GetCurrentGoldPriceResponse retVal = ((Asopalav.GetDailyGoldRateServiceReference.GetGoldPriceSoap)(this)).GetCurrentGoldPrice(inValue);
     return(retVal.Body.GetCurrentGoldPriceResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <Asopalav.GetDailyGoldRateServiceReference.GetCurrentGoldPriceResponse> Asopalav.GetDailyGoldRateServiceReference.GetGoldPriceSoap.GetCurrentGoldPriceAsync(Asopalav.GetDailyGoldRateServiceReference.GetCurrentGoldPriceRequest request)
 {
     return(base.Channel.GetCurrentGoldPriceAsync(request));
 }
Exemplo n.º 4
0
 Asopalav.GetDailyGoldRateServiceReference.GetCurrentGoldPriceResponse Asopalav.GetDailyGoldRateServiceReference.GetGoldPriceSoap.GetCurrentGoldPrice(Asopalav.GetDailyGoldRateServiceReference.GetCurrentGoldPriceRequest request)
 {
     return(base.Channel.GetCurrentGoldPrice(request));
 }