文件名称:FastSocket.NET(异步TCP服务器及客户端源码)
文件大小:70KB
文件格式:ZIP
更新时间:2019-01-11 09:00:13
TCP
该项目具有完整源码,可直接在vs中运行,支持异步TCP服务器,可同时建立多个TCP通讯连接。
【文件预览】:
FastSocket.Net-1.0.0.6
----FastSocket.Server()
--------IUdpService.cs(699B)
--------IUdpServer.cs(817B)
--------AbsSocketService.cs(2KB)
--------AbsUdpService.cs(822B)
--------UdpSession.cs(1KB)
--------UdpServer.cs(8KB)
--------SocketServer.cs(6KB)
--------Config()
--------ISocketService.cs(2KB)
--------app.config(618B)
--------SocketServerManager.cs(4KB)
--------ISocketListener.cs(650B)
--------Properties()
--------Protocol()
--------Messaging()
--------FastSocket.Server.csproj(4KB)
--------SocketListener.cs(4KB)
----FastSocket.Net.sln(7KB)
----FastSocket.Client()
--------Request.cs(3KB)
--------Properties()
--------Protocol()
--------Messaging()
--------SocketClient.cs(35KB)
--------SocketConnector.cs(2KB)
--------RequestException.cs(1KB)
--------ThriftClient.cs(2KB)
--------FastSocket.Client.csproj(3KB)
----FastSocket.SocketBase()
--------Packet.cs(1KB)
--------Utils()
--------IConnection.cs(2KB)
--------IHost.cs(1KB)
--------Properties()
--------FastSocket.SocketBase.csproj(3KB)
--------ConnectionCollection.cs(2KB)
--------DisconnectedHandler.cs(307B)
--------MessageReceivedEventArgs.cs(2KB)
--------Log()
--------BaseHost.cs(33KB)
----README.md(12KB)
----Samples()
--------QuickStart()