基本信息
源码名称:c# CS版本SOCKET服务器客户端通讯
源码大小:0.08M
文件格式:.rar
开发语言:C#
更新时间:2023-10-24
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
c# CS版本SOCKET服务器客户端通讯
socket服务器和客户端通讯,服务端启动后,客户端发送数据服务器端接收并且将收到的数据返回给客户端,一个服务器可以连接多个客户端

.
├── Projects
│   ├── 测试客户端
│   │   ├── 测试客户端
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.resx
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │       ├── 测试客户端.exe
│   │   │   │       ├── 测试客户端.pdb
│   │   │   │       ├── 测试客户端.vshost.exe
│   │   │   │       └── 测试客户端.vshost.exe.manifest
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │       ├── TempPE
│   │   │   │       ├── 测试客户端.Form1.resources
│   │   │   │       ├── 测试客户端.Properties.Resources.resources
│   │   │   │       ├── 测试客户端.csproj.FileListAbsolute.txt
│   │   │   │       ├── 测试客户端.csproj.GenerateResource.Cache
│   │   │   │       ├── 测试客户端.exe
│   │   │   │       └── 测试客户端.pdb
│   │   │   └── 测试客户端.csproj
│   │   ├── 测试客户端.sln
│   │   └── 测试客户端.suo
│   └── 测试服务器
│       ├── 测试服务器
│       │   ├── Form1.Designer.cs
│       │   ├── Form1.cs
│       │   ├── Form1.resx
│       │   ├── Program.cs
│       │   ├── Properties
│       │   │   ├── AssemblyInfo.cs
│       │   │   ├── Resources.Designer.cs
│       │   │   ├── Resources.resx
│       │   │   ├── Settings.Designer.cs
│       │   │   └── Settings.settings
│       │   ├── bin
│       │   │   └── Debug
│       │   │       ├── 测试服务器.exe
│       │   │       ├── 测试服务器.pdb
│       │   │       ├── 测试服务器.vshost.exe
│       │   │       └── 测试服务器.vshost.exe.manifest
│       │   ├── obj
│       │   │   └── Debug
│       │   │       ├── Refactor
│       │   │       ├── TempPE
│       │   │       ├── 测试服务器.Form1.resources
│       │   │       ├── 测试服务器.Properties.Resources.resources
│       │   │       ├── 测试服务器.csproj.FileListAbsolute.txt
│       │   │       ├── 测试服务器.csproj.GenerateResource.Cache
│       │   │       ├── 测试服务器.exe
│       │   │       └── 测试服务器.pdb
│       │   └── 测试服务器.csproj
│       ├── 测试服务器.sln
│       └── 测试服务器.suo
└── 好例子网_c#CS版本SOCKET通讯.rar

18 directories, 45 files