Using WebSocket on Windows 7

后端 未结 3 1935
灰色年华
灰色年华 2020-12-13 10:04

I just installed visual studio 2012 RC and tried to run a service with netHttpBinding enabling WebSocket and get the following error

This platform does not support s

3条回答
  •  情歌与酒
    2020-12-13 10:28

    I developed a .NET WebSocket server component that uses async/await, supports SSL and compression, has integrated keep alive and many other things.

    Cheers.

提交回复
热议问题