嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C# 高性能Socket服务器
基于.NET 4.0 异步Socket机制写的高性能Socket服务器, 客户端示例代码, 对于对Socket有基本认识的人很有参考价值, 其中大部分组件是基于可复用原则写的, 因此有打算自己写Socket服务器或者自己学习Socket有非常大的...
.
├── C# 高性能Socket服务器_NSocket-master.zip
└── NSocket-master
├── LICENSE.md
├── NSocket.Client
│ ├── NSocket.Client.sln
│ ├── NSocket.PerformanceTest
│ │ ├── ListViewPerformanceTest.Designer.cs
│ │ ├── ListViewPerformanceTest.cs
│ │ ├── ListViewPerformanceTest.resx
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.cs
│ │ ├── MainForm.resx
│ │ ├── NSocket.PerformanceTest.csproj
│ │ ├── PerformanceSampleContentControl.Designer.cs
│ │ ├── PerformanceSampleContentControl.cs
│ │ ├── PerformanceSampleContentControl.resx
│ │ ├── PerformanceSampleControl.cs
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── ThirdLib
│ └── BetterListViewExpress.dll
├── NSocket.Server
│ ├── NSocket.Server.sln
│ ├── NSocket.ServerMonitor
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.cs
│ │ ├── MainForm.resx
│ │ ├── NSocket.ServerMonitor.csproj
│ │ ├── Program.cs
│ │ └── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── NSocket.SocketLib
│ ├── NSocket.SocketLib.csproj
│ ├── NSocketClientPool.cs
│ ├── NSocketRebot.cs
│ ├── NSocketSAEAItem.cs
│ ├── NSocketSocketAsyncEventArgs.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── SocketClient.cs
│ └── SocketListener.cs
├── README
└── README.md
10 directories, 42 files