Re: Is the internet avaliable question
Re: Is the internet avaliable question
- Subject: Re: Is the internet avaliable question
- From: Daniel Todd Currie <email@hidden>
- Date: Fri, 2 Apr 2004 09:55:45 -0800
that still doesn't resolve the firewall issue brought up in the
article... I have been playing around with the reachability API for a
couple weeks, and it has not once worked through my router, and I'm
pretty sure that at some point I have coded it all correctly.
On 2004 Apr 02, at 02:59, m wrote:
I think in his case, they needed to know if there were active network
interfaces regardless of whether a particular URL could be reached.
You want to know whether you can reach a particular URL.
SCNetworkCheckReachabilityByName() should do the trick.
_murat
On Apr 2, 2004, at 2:25 AM, Daniel Todd Currie wrote:
There's this problem with the reachability API though...
http://cocoa.mamasam.com/COCOADEV/2003/03/1/58912.php
I don't really know what it means or how to implement what it
suggests, perhaps someone can fill in the details? I've already
tried contacting Ryan McGann directly, with no success (this is an
old post).
-- Daniel Currie
On 2004 Apr 01, at 23:16, m wrote:
On Apr 1, 2004, at 4:35 PM, Kevin Bracey wrote:
I would like to check if the internet is available before
attempting to load the page.
Check out the SystemConfiguration framework, specifically
SCNetworkCheckReachabilityByName().
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.