websocket-sharp.clone, Version=1.0.2.39869 WebSocket由方法调用事件改为实例化委托调用,两种构造 1.构造函数 第一种 1 // 2 // 摘要: 3 // Initializes a new instance of the WebSocketSha ...
分类:
Web程序 时间:
2019-08-19 11:28:25
阅读次数:
187
使用websocket-sharp来创建c#版的websocket服务 step 1:using WebSocketSharp.Server; step 2:编写处理类,需继承类WebSocketServer step 3:创建WebSocketServer对象 var wssv = new Web ...
分类:
Web程序 时间:
2018-08-07 20:47:17
阅读次数:
1557
开源通信软件相关控件 https://github.com/sta/websocket-sharp/ https://github.com/zeromq/netmq https://github.com/yanzhenYZ/h264Encoder-Decoder https://github.com ...
分类:
其他好文 时间:
2017-05-01 17:05:31
阅读次数:
121
说一下 Unity客户端的库:
1、websocket-sharp AS中已经下架了, https://github.com/sta/websocket-sharp 但是Unity的官方插件 ...
分类:
编程语言 时间:
2016-11-18 09:50:37
阅读次数:
284
我们需要使用 Socket Policy Server.
Unity3D 包含了一个简单的 Socket Policy Server (sockpol.exe).
你需要在启动你的应用之前启动它
下面是在我们的环境中,通过命令行打开服务器(Unity 4.2, Win 8).
>cd C:\Program Files (x86)\Unity\Editor\Data\Tools\...
分类:
编程语言 时间:
2014-12-24 14:42:37
阅读次数:
521
事实上, websocket-sharp 也包括服务端的实现, 还有 HTTP Authentication的功能http://sta.github.io/websocket-sharp/https://github.com/sta/websocket-sharp/blob/master/READM...
分类:
Web程序 时间:
2014-10-09 15:24:24
阅读次数:
230