windows phone 8 - 我想用套接字创建聊天

时间:2014-07-22 13:35:13

标签: c# node.js windows-phone-8 socket.io

我使用visual studio express 2012,我无法安装SocketIO4Net。

error:  -  Could not install package 'SocketIO4Net.Client 0.6.26'. You are trying to install this package into a project that targets 'WindowsPhone,Version=v8.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

现在我正在使用TCP socket client app for Windows Phone 8

使用上面的这个套接字,在我的设备中显示已连接但在服务器节点的日志中没有任何反应。

1 个答案:

答案 0 :(得分:1)

你无法用NuGet做到这一点,你应该做的是下载文件,并将ONE BY ONE添加到你的项目中,你需要很多东西来添加,然后你会使用Client.cs进行连接到服务器,但是如果你的服务器需要cookie和SID,那么你还需要做更多的事情