.net - Set a proxy individually for each WebBrowser? -


I just found it, but it sets all the WebBrowser controls on my form I want to be able to set a different proxy for each control. Is it possible?

If not, is there any move to come around this? Maybe some type of demon sees the port and the proxy translates that request into the request? For example:

  Request on port 12345 - & gt; Connect to URL at port 80, but use proxy 1.2.3.4:8080 on port 12346 - Request - & gt; Connect to URL at port 80, but use proxy 6.4.5.1:8080  

In our application we launched every browser in a different process and reparted it. We do not reach the same process to set up a proxy for all WebBrows.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -