在运行时从 App.Config 中删除代理设置? (C#.Net 4)
我正在使用 .net 4.0 编写 C# 应用程序。 有什么方法可以在运行时从 App.Config 中删除某些内容(例如代理设置)? 如果是的话,有什么办法可以把它放回去吗?
法尔扎德
I'm writing a C# application with.net 4.0.
Is there any way that I can remove something ( like a proxy setting ) from App.Config in runtime ?
if yes than is there any way that I can put it back again ?
Farzad
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用此手动禁用代理设置...
我希望此链接能够清楚地解释您......禁用整个应用程序的代理
YOu can disable the proxy settings manually by using this ....
I hope this link will clearly explains you......disable proxy for entire application