In Monotouch on iPhone / iPod, how to determine if there is Internet access?
The best way right now is to use this class from the Miguel de Icaza GitHub repository:
https://github.com/xamarin/monotouch-samples/blob/master/ReachabilitySample/reachability.cs
Its a static class with many methods, so all you have to do is add it to your project and call, for example:
NetworkStatus status = Reachability.InternetConnectionStatus();
Source: https://habr.com/ru/post/1733057/More articles:Security Integration between ASP.Net and Reporting Services - authenticationLink button with javascript function - javascriptIs it best to use data in a template? - sqlCreating a prefix sequence in one line - c ++Java: linear algorithm, but non-linear performance drop, where did it come from? - javaHow to use RtAudio with Direct Sound on windows - audioHow to write quomma - htmlJava array indexing - javaGet Cell RSSI (сила сетевого сигнала) на Android 1.5 - javaHow can I get and set pixel data in XNA? - setAll Articles