문제

So far, i have never found any documentation to use different proxies for each and every webbowser control. Is there any possible hack/tweak to use different proxy for different webbrowser control?

eg.

webbroswer1 proxy = xx.xx.xx.xx:xxx1 
webbroswer2 proxy = xx.YY.xx.xx:xxx2 
webbroswer3 proxy = xx.ZZ.xx.xx:xxx3
도움이 되었습니까?

해결책

You don't have that much control over the web browser control. You can set the proxy for a WinInet session when making requests, but that is not exposed via the web browser control.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top