app.config 中的 IM 代理设置
我正在使用 .NET 中的 XMPP(带有 agsXMPP.dll 库)为 google talk 编写一个聊天应用程序。 在我的办公室,聊天应用程序登录失败,因为有特定的 IM 代理。 如何显式指定代理详细信息。 可以在app.config中完成吗?
我的 gtalk 设置适用于 gtalk: 主持人:improxy 端口:8085 代理需要身份验证:false
I'm writing a chat application for google talk using XMPP in .NET (with agsXMPP.dll library). The chat application's login fails in my office because there is a specific proxy for IM. How to explicitly specify the proxy details. Can it be done in app.config?
My gtalk settings which works fine for gtalk:
Host:improxy
Port:8085
Proxy requires authentication:false
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这将使用系统默认代理
,您指定的代理
请参见 此处和这里
This will use system default proxy
and this your specify
see here and here