コード例 #1
0
 public string[] getSupportCity(string byProvinceName)
 {
     Toyz4net.Core.WeatherWebService.getSupportCityRequest inValue = new Toyz4net.Core.WeatherWebService.getSupportCityRequest();
     inValue.byProvinceName = byProvinceName;
     Toyz4net.Core.WeatherWebService.getSupportCityResponse retVal = ((Toyz4net.Core.WeatherWebService.WeatherWebServiceHttpGet)(this)).getSupportCity(inValue);
     return(retVal.ArrayOfString);
 }
コード例 #2
0
 Toyz4net.Core.WeatherWebService.getSupportCityResponse Toyz4net.Core.WeatherWebService.WeatherWebServiceHttpGet.getSupportCity(Toyz4net.Core.WeatherWebService.getSupportCityRequest request)
 {
     return(base.Channel.getSupportCity(request));
 }