Process.Start("url") is not working in proxy environment
How i can pass WebProxy credentials like userid, password, IP,Port and domain. During proxy environment the url does not开发者_StackOverflow中文版 open.
The proxy details would have to be setup in the users browser already as Process.Start("url");
just starts the users browser and uses its current settings.
精彩评论