Using WebSockets in a C# Web Application?

前端 未结 5 1059
甜味超标
甜味超标 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:20

    Check out the .net client implementations from Kaazing. Using these clients you can connect to any websocket server.

提交回复
热议问题