J
JoeB
Hi,,
How do i setup a global proxy setting that can be used within internet
explorer.
For example, i setup proxy, username and password etc. Then open IE and it
will connect OK.
I cannot do this - Currenly this is what i do :
WebProxy objProxy = new WebProxy( sProxy, iPort );
objProxy.BypassProxyOnLocal = true;
objProxy.Credentials = new NetworkCredential( sProxy_username,
sProxy_password, sProxy_domain );
objProxy.BypassProxyOnLocal = true;
GlobalProxySelection.Select = objProxy;
Please help
j
How do i setup a global proxy setting that can be used within internet
explorer.
For example, i setup proxy, username and password etc. Then open IE and it
will connect OK.
I cannot do this - Currenly this is what i do :
WebProxy objProxy = new WebProxy( sProxy, iPort );
objProxy.BypassProxyOnLocal = true;
objProxy.Credentials = new NetworkCredential( sProxy_username,
sProxy_password, sProxy_domain );
objProxy.BypassProxyOnLocal = true;
GlobalProxySelection.Select = objProxy;
Please help
j