How do I point a socket to the proxy ip/port using the winforms webbrowser control? The standard web browser that comes with Visual C#.NET.
Please help in Visual C#.NET.
How do I point a socket to the proxy ip/port using the winforms webbrowser control? The standard web browser that comes with Visual C#.NET.
Please help in Visual C#.NET.
WebBrowser is just an interface over IE. To set the IE proxy settings, you can hack the registry!
The WebBrowser control is just a wrapper around IE. So to set proxy settings, you could change the registry key entries.
Something like this: