嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
一个基于TCP协议的多线程C#服务器和客户机源码
服务器和客户端都采用了多线程,一个服务器可以同时连接若干个客户端,同时跟这些客户端发送信息。实时监控客户端的在线状态,自动刷新掉线的客户端。
.
├── TestForUpdateConnectionClient
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── TestForUpdateConnectionClient.csproj
│ ├── TestForUpdateConnectionClient.sln
│ ├── TestForUpdateConnectionClient.suo
│ └── obj
│ ├── Debug
│ │ ├── Refactor
│ │ ├── TempPE
│ │ ├── TestForUpdateConnectionClient.Form1.resources
│ │ ├── TestForUpdateConnectionClient.Properties.Resources.resources
│ │ ├── TestForUpdateConnectionClient.csproj.GenerateResource.Cache
│ │ ├── TestForUpdateConnectionClient.exe
│ │ └── TestForUpdateConnectionClient.pdb
│ └── TestForUpdateConnectionClient.csproj.FileListAbsolute.txt
├── TestForUpdateConnectionServer
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── TestForUpdateConnectionServer.csproj
│ ├── TestForUpdateConnectionServer.sln
│ ├── TestForUpdateConnectionServer.suo
│ ├── frmSendMsg.Designer.cs
│ ├── frmSendMsg.cs
│ ├── frmSendMsg.resx
│ └── obj
│ ├── Debug
│ │ ├── Refactor
│ │ ├── TempPE
│ │ ├── TestForUpdateConnectionServer.Form1.resources
│ │ ├── TestForUpdateConnectionServer.Properties.Resources.resources
│ │ ├── TestForUpdateConnectionServer.csproj.GenerateResource.Cache
│ │ ├── TestForUpdateConnectionServer.exe
│ │ ├── TestForUpdateConnectionServer.frmSendMsg.resources
│ │ └── TestForUpdateConnectionServer.pdb
│ └── TestForUpdateConnectionServer.csproj.FileListAbsolute.txt
└── 一个基于TCP协议的多线程C#服务器和客户机源码.rar
12 directories, 41 files