Example #1
0
 public string[] getGeoIPContext()
 {
     Toyz4net.Core.IpAddressSearchWebService.getGeoIPContextRequest1  inValue = new Toyz4net.Core.IpAddressSearchWebService.getGeoIPContextRequest1();
     Toyz4net.Core.IpAddressSearchWebService.getGeoIPContextResponse1 retVal  = ((Toyz4net.Core.IpAddressSearchWebService.IpAddressSearchWebServiceHttpPost)(this)).getGeoIPContext(inValue);
     return(retVal.ArrayOfString);
 }
Example #2
0
 Toyz4net.Core.IpAddressSearchWebService.getGeoIPContextResponse1 Toyz4net.Core.IpAddressSearchWebService.IpAddressSearchWebServiceHttpPost.getGeoIPContext(Toyz4net.Core.IpAddressSearchWebService.getGeoIPContextRequest1 request)
 {
     return(base.Channel.getGeoIPContext(request));
 }