将 WP7 Mango 连接到 Socket.io 服务器

发布于 2025-01-08 11:18:21 字数 474 浏览 0 评论 0原文

有没有办法将 WP7 Mango 连接到 Socket.io?我发现 this 页面包含有关如何执行此操作的示例,并且 C# 客户端确实收到了来自 socket.io 服务器的响应。

但是:我在 socket.io 控制台中看不到该连接(握手、传输信息和最重要的连接 ID),我从 C# 客户端发出的事件也没有触发服务器脚本中的相关函数。

我必须如何对 C# 应用程序中的命令进行编码才能使它们触发 socket.io 脚本中的事件?在 JS 中我会这样做:

socket.emit('something',{'foo': '123'}); 

在 C# 中相当于什么?

谢谢。

Is there a way to connect WP7 Mango to Socket.io? I found this page which contains an example on how to do that and indeed the C# client receives the response from the socket.io server.

But: Neither do I see that connection in the socket.io console (handshake, transport info and most important connection ID), nor do the events that I emit from the C# client trigger the related functions in the server script.

How do I have to encode the commands in the C# app in order to make them trigger the events in the socket.io script? In JS I would do:

socket.emit('something',{'foo': '123'}); 

What would be the equivalent in C#?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文