how to set WebBrowser proxy

前端 未结 4 1605
别那么骄傲
别那么骄傲 2021-01-03 16:36

I am making a multi-threaded application. Each thread has its own WebBrowser control. I want to know how to set a different proxy for each WebBrowser. A custom WebBrowser th

4条回答
  •  -上瘾入骨i
    2021-01-03 17:08

    Using unmanaged code it can be achieved, it may help:

    http://ryanfarley.com/blog/archive/2004/12/23/1330.aspx

提交回复
热议问题