Beispiel #1
0
 public string[] getGeoIPContext()
 {
     Toyz4net.Core.IpAddressSearchWebService.getGeoIPContextRequest  inValue = new Toyz4net.Core.IpAddressSearchWebService.getGeoIPContextRequest();
     Toyz4net.Core.IpAddressSearchWebService.getGeoIPContextResponse retVal  = ((Toyz4net.Core.IpAddressSearchWebService.IpAddressSearchWebServiceHttpGet)(this)).getGeoIPContext(inValue);
     return(retVal.ArrayOfString);
 }
Beispiel #2
0
 Toyz4net.Core.IpAddressSearchWebService.getGeoIPContextResponse Toyz4net.Core.IpAddressSearchWebService.IpAddressSearchWebServiceHttpGet.getGeoIPContext(Toyz4net.Core.IpAddressSearchWebService.getGeoIPContextRequest request)
 {
     return(base.Channel.getGeoIPContext(request));
 }