Ejemplo n.º 1
0
 public string[] getCountryCityByIp(string theIpAddress)
 {
     Toyz4net.Core.IpAddressSearchWebService.getCountryCityByIpRequest inValue = new Toyz4net.Core.IpAddressSearchWebService.getCountryCityByIpRequest();
     inValue.theIpAddress = theIpAddress;
     Toyz4net.Core.IpAddressSearchWebService.getCountryCityByIpResponse retVal = ((Toyz4net.Core.IpAddressSearchWebService.IpAddressSearchWebServiceHttpGet)(this)).getCountryCityByIp(inValue);
     return(retVal.ArrayOfString);
 }
Ejemplo n.º 2
0
 Toyz4net.Core.IpAddressSearchWebService.getCountryCityByIpResponse Toyz4net.Core.IpAddressSearchWebService.IpAddressSearchWebServiceHttpGet.getCountryCityByIp(Toyz4net.Core.IpAddressSearchWebService.getCountryCityByIpRequest request)
 {
     return(base.Channel.getCountryCityByIp(request));
 }