resolve multiple ip's

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know if there is a way to get all the IP's associated to a host
name from a DNS server? I'm thinking along the lines of Dns.Resolve Method.
But as stated in the remarks: .

The Resolve method queries a DNS server for the IP address associated with a
host name or IP address.

When hostName is a DNS-style host name associated with multiple IP
addresses, only the first IP address that resolves to that host name is
returned.

So basically, I want something that returns all the IP addresses.
Thanks for the help!
 
Back
Top