Setting Proxy Settings Using MoreSCF
Setting Proxy Settings Using MoreSCF
- Subject: Setting Proxy Settings Using MoreSCF
- From: James Masasaki <email@hidden>
- Date: Sat, 18 Oct 2003 15:03:34 -0700
Hello.
I want to set the Proxy settings in System Preferences
programatically. Yes, I know I need to use System Configuration
Framework to do this. But I don't have time for that. I want to use
MoreSCF from DTS to do it. I only care about setting the http and
https proxy settings.
Is there one simple line of code that can call MoreSCF to do this? My
ideal code would be:
SetProxySettings( "proxy.server.com", 8080, true ); // Set proxy
server name, port, and turn it on.
Or whatever. Can someone show me some *simple* code in MoreSCF that
can do this?
Thanks,
James
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.