How can I detect network connectivity in Windows Phone 7? Is there a simple API for that?
Select the Start button, then type settings. Select Settings > Network & internet. The status of your network connection will appear at the top. Windows 10 lets you quickly check your network connection status.
I found it :-P
System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable(
);
Thanks guys you pointed me in the right direction.
Try NetworkChange.NetworkAddressChange event in System.Net.NetworkInformation namesapce.
Checkout this blog for implementation details.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With