예제 #1
0
        private GeoIP getResponse()
        {
            GeoIPServiceSoapClient client = new GeoIPServiceSoapClient();
            GeoIP response = client.GetGeoIP(ip);

            return(response);
        }
 private GeoIP getResponse()
 {
     GeoIPServiceSoapClient client = new GeoIPServiceSoapClient();
     GeoIP response = client.GetGeoIP(ip);
     return response;
 }