I am using Microsoft Visual Studio 2010 C# .net 4.0
I have a webbrowser element. What i want to do is navigating via Webbrowser element with using proxy. How can i do th
See this link. You can easily set proxies for web requests but the WebBrowser class shares settings with iexplore.exe ... If you want, you can adjust the proxy settings by programmatically changing the IE registry values and then change them back (see brendan's answer).
How to set a proxy for Webbrowser Control without effecting the SYSTEM/IE proxy