Does Dns.GetHostAddresses really get back all registered IPs?
That is DNS can have multiple IP's registered against a DNS name for round-robin type purposes (e.g. multiple proxy servers but give use one main DNS proxy server name)
But does the .NET method "Dns.GetHostAddresses(hostname)" really bring all of these registered IP addresses back?
If not, any other suggestions re how to get a list of all possible IP's that a DNS name may resolve to?