Re: Is the internet avaliable question
Re: Is the internet avaliable question
- Subject: Re: Is the internet avaliable question
- From: m <email@hidden>
- Date: Fri, 2 Apr 2004 02:59:08 -0800
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.