Find a Proxy into PC with c#

  • Thread starter Thread starter ck1;
  • Start date Start date
C

ck1;

Hi,
I'm investigate for implement a c# application that is proxy-friendly.

Actually my application work if Internet Explorer have Proxy activated
with non-script features.

But If Internet Explorer have script-based proxy setting, i can't find the
proxy.

Any help to build an application that use in right way the proxy ?

ck1;
 
ck1; said:
Hi,
I'm investigate for implement a c# application that is proxy-friendly.

Actually my application work if Internet Explorer have Proxy activated
with non-script features.

But If Internet Explorer have script-based proxy setting, i can't
find the proxy.

Any help to build an application that use in right way the proxy ?

I guess you need to write code that fetches and parses the script
(pac?), selects an entry and creates a WebProxy object using this data.

Cheers,
 
Back
Top