HTML5的websocket和C#的普通Socket(非C#webSocket)能相互通信吗?
我用HTML5的websocket写出来的客户端给C#普通socket服务器端(非C#webSocket)发送一行“字符串”消息:socket.send('Iamthec...
我用HTML5的websocket写出来的客户端给C#普通socket服务器端(非C#webSocket)发送一行“字符串”消息:
socket.send('I am the client and I\'m listening!');,
C#Socket服务器端(非C#webSocket)接收到的只是握手协议:
Socket s.Receive(buffer, 0, bufLen, SocketFlags.None);
服务器端显示:“GET / HTTP/1.1 Upgrade: websocketConnection: UpgradeHost:127.0.0.1:18180rigin:nullPragma:no-cacheCache-Control……”
我想C#socket服务器端(非C#webSocket)接收并显示字符串“'I am the client and I\'m listening!”该怎么弄啊?是不是要转换一下HTML5webSocket客户端发送过来的数据?? 展开
socket.send('I am the client and I\'m listening!');,
C#Socket服务器端(非C#webSocket)接收到的只是握手协议:
Socket s.Receive(buffer, 0, bufLen, SocketFlags.None);
服务器端显示:“GET / HTTP/1.1 Upgrade: websocketConnection: UpgradeHost:127.0.0.1:18180rigin:nullPragma:no-cacheCache-Control……”
我想C#socket服务器端(非C#webSocket)接收并显示字符串“'I am the client and I\'m listening!”该怎么弄啊?是不是要转换一下HTML5webSocket客户端发送过来的数据?? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询