Related questions
Dns.GetHostEntry error conditions and resolution methods
I have a very specific problem concerning Dns.GetHostEntry:
A service uses Dns.GetHostEntry to retrieve all IP Adresses of a host, using the name of of the host. This has always worked fine.
At a specific customer, Dns.GetHostEntry …