Ejemplo n.º 1
0
 public string[] getSupportCity(string byProvinceName)
 {
     Toyz4net.Core.WeatherWebService.getSupportCityRequest1 inValue = new Toyz4net.Core.WeatherWebService.getSupportCityRequest1();
     inValue.byProvinceName = byProvinceName;
     Toyz4net.Core.WeatherWebService.getSupportCityResponse1 retVal = ((Toyz4net.Core.WeatherWebService.WeatherWebServiceHttpPost)(this)).getSupportCity(inValue);
     return(retVal.ArrayOfString);
 }
Ejemplo n.º 2
0
 Toyz4net.Core.WeatherWebService.getSupportCityResponse1 Toyz4net.Core.WeatherWebService.WeatherWebServiceHttpPost.getSupportCity(Toyz4net.Core.WeatherWebService.getSupportCityRequest1 request)
 {
     return(base.Channel.getSupportCity(request));
 }