Windows Mobile 中的连接管理器

发布于 2024-07-14 13:31:35 字数 125 浏览 7 评论 0原文

我尝试将单元核心连接管理器与 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ヤ经典坏疍 2024-07-21 13:31:35

您可以使用连接管理器来执行此操作。 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文