How to "ping" a domain name?
- by Jene
Hi,
In Code i want to validate a domain name.
For example : " DomainName.com".
How can i do that in C#.
I worked on MSDN Solution. (Second Solution).
But "PingCompletedCallback" is not getting executed.
Thanx