示例#1
0
 public string WeatherForecast()
 {
     Klienten.WeatherPrediction.WeatherForecastRequest inValue = new Klienten.WeatherPrediction.WeatherForecastRequest();
     inValue.Body = new Klienten.WeatherPrediction.WeatherForecastRequestBody();
     Klienten.WeatherPrediction.WeatherForecastResponse retVal = ((Klienten.WeatherPrediction.WeatherSoap)(this)).WeatherForecast(inValue);
     return(retVal.Body.WeatherForecastResult);
 }
示例#2
0
 public System.Threading.Tasks.Task <Klienten.WeatherPrediction.WeatherForecastResponse> WeatherForecastAsync()
 {
     Klienten.WeatherPrediction.WeatherForecastRequest inValue = new Klienten.WeatherPrediction.WeatherForecastRequest();
     inValue.Body = new Klienten.WeatherPrediction.WeatherForecastRequestBody();
     return(((Klienten.WeatherPrediction.WeatherSoap)(this)).WeatherForecastAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <Klienten.WeatherPrediction.WeatherForecastResponse> Klienten.WeatherPrediction.WeatherSoap.WeatherForecastAsync(Klienten.WeatherPrediction.WeatherForecastRequest request)
 {
     return(base.Channel.WeatherForecastAsync(request));
 }
示例#4
0
 Klienten.WeatherPrediction.WeatherForecastResponse Klienten.WeatherPrediction.WeatherSoap.WeatherForecast(Klienten.WeatherPrediction.WeatherForecastRequest request)
 {
     return(base.Channel.WeatherForecast(request));
 }