IPHostEntry host = Dns.GetHostEntry("www.uzhanbao.com"); foreach(var va in host.AddressList) { Console.WriteLine(va.ToString()); } Console.ReadKey();