嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#实现一个简单的Socket的客户端和服务端
.
├── ServerAndClient
│ ├── Client
│ │ ├── App.config
│ │ ├── Client.csproj
│ │ ├── ClientForm.Designer.cs
│ │ ├── ClientForm.cs
│ │ ├── ClientForm.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Client.exe
│ │ │ │ ├── Client.exe.config
│ │ │ │ └── Client.pdb
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── Client.ClientForm.resources
│ │ ├── Client.Properties.Resources.resources
│ │ ├── Client.csproj.AssemblyReference.cache
│ │ ├── Client.csproj.CoreCompileInputs.cache
│ │ ├── Client.csproj.FileListAbsolute.txt
│ │ ├── Client.csproj.GenerateResource.cache
│ │ ├── Client.exe
│ │ ├── Client.pdb
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ └── TempPE
│ ├── ServerAndClient
│ │ ├── App.config
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── Server.csproj
│ │ ├── ServerForm.Designer.cs
│ │ ├── ServerForm.cs
│ │ ├── ServerForm.resx
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── ServerAndClient.exe
│ │ │ │ ├── ServerAndClient.exe.config
│ │ │ │ └── ServerAndClient.pdb
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Server.csproj.AssemblyReference.cache
│ │ ├── Server.csproj.CoreCompileInputs.cache
│ │ ├── Server.csproj.FileListAbsolute.txt
│ │ ├── Server.csproj.GenerateResource.cache
│ │ ├── ServerAndClient.Properties.Resources.resources
│ │ ├── ServerAndClient.ServerForm.resources
│ │ ├── ServerAndClient.csproj.AssemblyReference.cache
│ │ ├── ServerAndClient.exe
│ │ ├── ServerAndClient.pdb
│ │ └── TempPE
│ ├── ServerAndClient.sln
│ ├── ~$务器与客户端.doc
│ └── 服务器与客户端.doc
└── 好例子网_ServerAndClient.zip
17 directories, 53 files