Windows Mobile 中的连接管理器
我尝试将单元核心连接管理器与 C# 一起使用,以强制我的应用程序浏览 WAP 网关(使用其 GUID),尽管默认连接是互联网。 我看到 WAP 连接已打开,但所有实际请求都通过互联网,最终我得到了 2 个打开的连接。 有什么提示吗?
I try to use the cell core connection manager with c# in order to force my application to browse through the WAP gateway (using its GUID) although the default connection is internet. I see that the WAP connection opens but then all actual requests go through the internet and I end up with 2 open connections. Any hint?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用连接管理器来执行此操作。 OpenNetCF 智能设备框架中有一个 .NET 包装器。 文档此处。 您需要使用 Connect 方法通过其 GUId 连接到特定网络。
You can do that by using Connection Manager. There is a .NET wrapper in OpenNetCF Smart Device Framework. Documentation here. You need to use the Connect method that connects to a specific network, using its GUid.