No. The class basically just checks to see if it can access a specific internet host. I guess it could be a network specific host, but I'm just using the default, which is www.google.com (and yes, I'm positive that Google was up and reachable on my iPad when Reachability was saying it wasn't).
The class is here: https://github.com/xamarin/monotouch-samples/tree/master/ReachabilitySample at this github link . Like I said, on my wireless network, this works like a charm. On the two additional wireless networks I've tried, no dice even though the web and Google in particular were in fact reachable on my device. --Chris Felix Collins wrote > > Are you inquiring about connection to a host that is only visible on your > network? > > On25/07/2012 12:13 p.m., Chris_M wrote: >> But when I've tested the functionality on other networks, like at my >> neighbor's house, even when my iPad clearly has internet connectivity and >> can browse the web, etc., Reachability always reports that there is no >> connection. Any ideas on what could be causing this or how to debug it? > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > -- View this message in context: http://monotouch.2284126.n4.nabble.com/Reachability-Class-Problem-tp4656153p4656155.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
