How to set a proxy for Webbrowser Control without effecting the SYSTEM/IE proxy

前端 未结 4 614
时光取名叫无心
时光取名叫无心 2020-11-29 08:33

How can I set a proxy for a Webbrowser Control without setting a proxy for IE?

Basically I want my application to use a certain proxy however obviously I do

4条回答
  •  情歌与酒
    2020-11-29 09:24

    No, you can not . The WebBrowser control IS IE. It is the IE rendering engine below. Basically IE.exe is someting like a UI around it.

提交回复
热议问题