Using WebSockets in a C# Web Application?

前端 未结 5 1139
甜味超标
甜味超标 2021-02-02 14:40

I know its possible to use WebSockets within C# using a console application running along side the web application but Im wondering if its possible to use the requests on the C#

5条回答
  •  轮回少年
    2021-02-02 15:23

    PokeIn 2.0 has built in WebSocket feature and it doesn't require any special environment to work. Details available from here

提交回复
热议问题