Posts by David Ferreira • 36 points
1 post
-
2
votes1
answer94
viewsA: How to detect Network Instability with C#
From Framework 2.0 you can with GetIsNetworkAvailable(): System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable() To monitor IP changes or whether you’re logged in or not, use…