Example #1
0
 public string[] getSupportCityString(string theRegionCode)
 {
     Toyz4net.Core.WeatherWS.getSupportCityStringRequest1 inValue = new Toyz4net.Core.WeatherWS.getSupportCityStringRequest1();
     inValue.theRegionCode = theRegionCode;
     Toyz4net.Core.WeatherWS.getSupportCityStringResponse1 retVal = ((Toyz4net.Core.WeatherWS.WeatherWSHttpPost)(this)).getSupportCityString(inValue);
     return(retVal.ArrayOfString);
 }
Example #2
0
 Toyz4net.Core.WeatherWS.getSupportCityStringResponse1 Toyz4net.Core.WeatherWS.WeatherWSHttpPost.getSupportCityString(Toyz4net.Core.WeatherWS.getSupportCityStringRequest1 request)
 {
     return(base.Channel.getSupportCityString(request));
 }