简体   繁体   English

Process.Start(“ url”)在代理环境中不起作用

[英]Process.Start(“url”) is not working in proxy environment

How i can pass WebProxy credentials like userid, password, IP,Port and domain. 我如何通过WebProxy凭据,例如用户ID,密码,IP,端口和域。 During proxy environment the url does not open. 在代理环境中,URL无法打开。

The proxy details would have to be setup in the users browser already as Process.Start("url"); 代理详细信息必须已经在用户浏览器中设置为Process.Start("url"); just starts the users browser and uses its current settings. 只需启动用户浏览器并使用其当前设置即可。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM