public string Weather() { WeatherClient.WeatherService.WeatherRequest inValue = new WeatherClient.WeatherService.WeatherRequest(); inValue.Body = new WeatherClient.WeatherService.WeatherRequestBody(); WeatherClient.WeatherService.WeatherResponse retVal = ((WeatherClient.WeatherService.WeatherServiceSoap)(this)).Weather(inValue); return(retVal.Body.WeatherResult); }
public System.Threading.Tasks.Task <WeatherClient.WeatherService.WeatherResponse> WeatherAsync() { WeatherClient.WeatherService.WeatherRequest inValue = new WeatherClient.WeatherService.WeatherRequest(); inValue.Body = new WeatherClient.WeatherService.WeatherRequestBody(); return(((WeatherClient.WeatherService.WeatherServiceSoap)(this)).WeatherAsync(inValue)); }
System.Threading.Tasks.Task <WeatherClient.WeatherService.WeatherResponse> WeatherClient.WeatherService.WeatherServiceSoap.WeatherAsync(WeatherClient.WeatherService.WeatherRequest request) { return(base.Channel.WeatherAsync(request)); }
WeatherClient.WeatherService.WeatherResponse WeatherClient.WeatherService.WeatherServiceSoap.Weather(WeatherClient.WeatherService.WeatherRequest request) { return(base.Channel.Weather(request)); }