示例#1
0
 public WeatherS.ServiceReference1.WeatherDescription[] GetWeatherInformation()
 {
     WeatherS.ServiceReference1.GetWeatherInformationRequest  inValue = new WeatherS.ServiceReference1.GetWeatherInformationRequest();
     WeatherS.ServiceReference1.GetWeatherInformationResponse retVal  = ((WeatherS.ServiceReference1.WeatherSoap)(this)).GetWeatherInformation(inValue);
     return(retVal.GetWeatherInformationResult);
 }
示例#2
0
 WeatherS.ServiceReference1.GetWeatherInformationResponse WeatherS.ServiceReference1.WeatherSoap.GetWeatherInformation(WeatherS.ServiceReference1.GetWeatherInformationRequest request)
 {
     return(base.Channel.GetWeatherInformation(request));
 }