How to check internet connection availability in Windows 8,C# development ? I looked at MSDN but page has been deleted.
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
For Windows Phone Following code may be usefull:
I had to use GetConnectionProfiles() and GetInternetConnectionProfile() to make it work across all devices.
I use this snippet without problems: