simplsockets

所属分类:数值算法/人工智能
开发工具:C#
文件大小:0KB
下载次数:0
上传日期:2018-07-30 09:26:21
上 传 者sh-1993
说明:  SimpleSockets是一个轻量级、高性能、强大的.NET套接字包装器,它使通过套接字的通信变得轻松...
(SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It is a spinoff of the Dache distributed caching project.)

文件列表:
LICENSE.txt (1211, 2016-09-08)
SimplSockets.sln (1161, 2016-09-08)
SimplSockets/ (0, 2016-09-08)
SimplSockets/BlockingQueue.cs (2127, 2016-09-08)
SimplSockets/ISimplSocketClient.cs (1762, 2016-09-08)
SimplSockets/ISimplSocketServer.cs (2131, 2016-09-08)
SimplSockets/MessageReceivedArgs.cs (447, 2016-09-08)
SimplSockets/MultiplexerData.cs (367, 2016-09-08)
SimplSockets/Pool.cs (3262, 2016-09-08)
SimplSockets/Properties/ (0, 2016-09-08)
SimplSockets/Properties/AssemblyInfo.cs (840, 2016-09-08)
SimplSockets/ProtocolHelper.cs (1911, 2016-09-08)
SimplSockets/ReceivedMessage.cs (424, 2016-09-08)
SimplSockets/SimplSocketClient.cs (27916, 2016-09-08)
SimplSockets/SimplSocketServer.cs (32160, 2016-09-08)
SimplSockets/SimplSockets.csproj (3012, 2016-09-08)
SimplSockets/SocketErrorArgs.cs (416, 2016-09-08)

SIMPLSOCKETS =========== A spinoff library of Dache that provides highly efficient, scalable, simple socket communication. **WEB:** http://www.dache.io **EMAIL:** [info@dache.io](https://github.com/haneytron/simplsockets/blob/master/mailto:info@dache.io) **NUGET:** [SimplSockets](https://github.com/haneytron/simplsockets/blob/master/http://www.nuget.org/packages/SimplSockets) INSTALLATION INSTRUCTIONS ============================================ Just include the DLL in your project ([NuGet](https://github.com/haneytron/simplsockets/blob/master/http://www.nuget.org/packages/SimplSockets)) and then create a SimplSocket! To create a client or server: `var client = new SimplSocketClient(...)` `var server = new SimplSocketServer(...)`

近期下载者

相关文件


收藏者