Tagged Questions

1
vote
2answers
372 views

How do I use InternetSetOption?

This question: Using Proxy with web browser control Told me to use "InternetSetOption". How do I use it? How might I implement it in code (example?)? Thanks!
1
vote
1answer
525 views

Enable proxy by editing registry in real time in c#

This is the code that I use to enable the proxy. It has worked fine on all versions of windows up until Server 2008 R2 (Windows 7 Kernal). Now it only works the fist time. I start my application ...
0
votes
0answers
41 views

Is it possible for multiple processes to share proxy authentication details set via InternetSetOption?

The following code is being used to specify a proxy to use for the Windows OS. The proxy requires authentication, which is successfully being applied. Whilst this code sets the proxy for the whole ...