Beispiel #1
0
        private int GetCountryCode(string ip)
        {
            var           server = Properties.Settings.Default.dnsCC;
            CountryCodeIP cip    = new CountryCodeIP(server, ip);

            return(cip.Get());
        }
Beispiel #2
0
 private int GetCountryCode(string ip)
 {
   var server = Properties.Settings.Default.dnsCC;
   CountryCodeIP cip = new CountryCodeIP(server, ip);
   return cip.Get();
 }