What is the fastest and most efficient way to check for Internet connectivity in .NET?
A test for internet connection by pinging Google:
new Ping().Send("www.google.com.mx").Status == IPStatus.Success