Link to home
Start Free TrialLog in
Avatar of Navigator101
Navigator101

asked on

how do you test for for a valid host name when the ISP has intercepts?

Windows 8 store app
Typically a domain name is tested by trying to resolve the IP; in store apps this is done using DatagramSocket.GetEndpointPairsAsync method.  The problem I'm encountering is that ISPs are performing DNS tests and returning a valid IP pointing to a DNS error page.
All very helpful if you are using a browser but a pain from within code.
If there a better way to test if a host is reachable?
ASKER CERTIFIED SOLUTION
Avatar of ste5an
ste5an
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial