21 Aug
2008
21 Aug
'08
2:16 a.m.
On Wed, 8/20/08, Andy <hewanxiang@gmail.com> wrote:
Hi, all In my app based on webkit I want to set a proxy, I know webkit uses the system proxy config as its proxy, but I can not find any API about that, how to get the system proxy info and how to set it ? Is there any sample code I can refer to ? Someone can give me a link ? Thanks for your time.
Assuming you're writing a Mac OS X application, this may help: http://developer.apple.com/documentation/CoreFoundation/Reference/CFProxySup... Dave