3
在iPhone/iPod上的Monotouch中,如何檢測是否有可用的互聯網連接?iPhone monotouch檢測是否有互聯網連接
在iPhone/iPod上的Monotouch中,如何檢測是否有可用的互聯網連接?iPhone monotouch檢測是否有互聯網連接
現在最好的辦法就是使用這個類Miguel de Icaza的的GitHub的庫:
https://github.com/xamarin/monotouch-samples/blob/master/ReachabilitySample/reachability.cs
它有很多的方法靜態類,因此,所有你需要做的就是將其添加到你的項目和呼叫,例如:
NetworkStatus status = Reachability.InternetConnectionStatus();
重複http://stackoverflow.com/questions/1961341/check-for-internet-access-with-monotouch – anthares 2010-02-16 19:24:58