Exemple #1
0
 public static IPAddressAsyn GetIPAddressAsynByHttpDns(string host, int millisecondsTimeout)
 {
     var ret = new IPAddressAsyn("http://119.29.29.29/d?dn=" + host, millisecondsTimeout);
     return ret;
 }
Exemple #2
0
        public static IPAddressAsyn GetIPAddressAsynByHttpDns(string host, int millisecondsTimeout)
        {
            var ret = new IPAddressAsyn("http://119.29.29.29/d?dn=" + host, millisecondsTimeout);

            return(ret);
        }