Tagged Questions
1
vote
2answers
365 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
508 views
C# wininet InternetSetOption
I'm using http://stackoverflow.com/questions/434469/how-to-clear-system-windows-forms-webbrowser-session-data/1871828#1871828 and it works as long as there is only one browser. Is it possible to give ...
1
vote
1answer
524 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
1answer
539 views
WinInet InternetSetOption with INTERNET_OPTION_SUPPRESS_BEHAVIOR option not working as expected
Hi all and thanks for taking the time to read this. I have a c# application where I wish to override the default WinInet cookie settings. The goal is that even when the system WinInet cookie privacy ...