Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 Winhttp 5.1 对象中封装 Xml Rpc 调用?我之所以问这个问题是因为据我所知,Winhttp 会自动为每个用户解析我事先不知道的任何代理设置。我也不想为我手动进行的每个 xml rpc 调用设置代理,因为我的用户遍布全国。
感谢您的任何建议。
这帮助了我:
var url = new Uri("http://www.example.com/"); string ProxyUrl = WebRequest.DefaultWebProxy.GetProxy(url).ToString();