Re: using SystemConfiguration framework
Re: using SystemConfiguration framework
- Subject: Re: using SystemConfiguration framework
- From: Fritz Anderson <email@hidden>
- Date: Wed, 16 Jun 2004 08:35:19 -0500
This is from <SecurityFramework/SCSchemaDefinitions.h>.
In the net service (as a sister to kSCEntNetInterface, kSCEntNetModem,
etc.) key: kSCEntNetProxies, value: dictionary.
Keys in the dictionary:
kSCPropNetProxiesExceptionsList Array of String
For * in the following dictionary keys, substitute FTP, Gopher, HTTP,
HTTPS, RTSP, SOCKS:
kSCPropNetProxies*Enable Number 0 or 1; if 1, the following should
be present:
kSCPropNetProxies*Port Number
kSCPropNetProxies*Proxy String
Also:
kSCPropNetProxiesFTPPassive Number 0 or 1
-- F
On 12 Jun 2004, at 9:55 PM, Matthew Jaffa wrote:
I was wondering if anyone here is familiar with the
SystemConfiguration framework,
specifically the Dynamic Store key/value stuff.
I am trying to set the Proxy settings programatically, but don't know
what key/value to set when using the function that sets the
key/values.
I have been able to create a notification for myself to be notified
when the Proxy settings change, like through system preferences. And I
have also been able to get the the Proxy settings,
but don't know how to set them, so is there a complete list of
key/values to get at in the Dynamic Store/System configuration
framework?
_______________________________________________
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.