<< Click to Display Table of Contents >>
Navigation: Rede e Internet >
using System.Net.NetworkInformation;
if (NetworkInterface.GetIsNetworkAvailable())
// yes we can!
else
// no, we cant!