将 WP7 Mango 连接到 Socket.io 服务器
有没有办法将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论