Re: Detecting an Active Internet Connection
Re: Detecting an Active Internet Connection
- Subject: Re: Detecting an Active Internet Connection
- From: Dan Bernstein <cocoa-dev%email@hidden>
- Date: Tue, 25 Feb 2003 14:08:40 +0200
Use the System Configuration framework. Specifically, look at
/System/Library/Frameworks/SystemConfiguration.framework//Headers/
SCNetwork.h
It will even tell you whether reaching a network address will require
*making* a connection and whether user intervention will be required.
-- Dan
On Tuesday, February 25, 2003, at 01:52 PM, Marc Weil wrote:
Hello,
Is there any way to detect whether or not the user has an active
internet
connecting without actually *making* the connection (ie, if they have
dialup)?
Thanks,
Marc Weil
_______________________________________________
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.