嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#客户端和服务端源码
.
├── 好例子网C#-SOCKET使用源码_传信息正版.rar
└── 传信息正版
└── SocketDemo
├── 1.txt
├── SimpleClient
│ ├── Backup
│ │ ├── TcpClient
│ │ │ ├── Client.cs
│ │ │ ├── ClientForm.Designer.cs
│ │ │ ├── ClientForm.cs
│ │ │ ├── ClientForm.resx
│ │ │ ├── CommonHelper.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ └── TcpClientPlatform.csproj
│ │ ├── TcpClient.sln
│ │ └── TcpClient.suo
│ ├── SimpleClient.sln
│ ├── SimpleClient.suo
│ ├── TcpClient
│ │ ├── Client.cs
│ │ ├── ClientForm.Designer.cs
│ │ ├── ClientForm.cs
│ │ ├── ClientForm.resx
│ │ ├── CommonHelper.cs
│ │ ├── Form1.Designer.cs
│ │ ├── Form1.cs
│ │ ├── LogHelper.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── SimpleClient.csproj
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── Log.txt
│ │ │ │ ├── SimpleClient.exe
│ │ │ │ ├── SimpleClient.pdb
│ │ │ │ ├── SimpleClient.vshost.exe
│ │ │ │ ├── SimpleClient.vshost.exe.manifest
│ │ │ │ ├── TcpClient.vshost.exe.manifest
│ │ │ │ ├── TcpClientPlatform.exe
│ │ │ │ ├── TcpClientPlatform.pdb
│ │ │ │ └── TcpClientPlatform.vshost.exe.manifest
│ │ │ └── Release
│ │ └── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GenerateResource-ResGen.read.1.tlog
│ │ ├── GenerateResource-ResGen.write.1.tlog
│ │ ├── Refactor
│ │ ├── SimpleClient.ClientFrm.resources
│ │ ├── SimpleClient.Properties.Resources.resources
│ │ ├── SimpleClient.csproj.FileListAbsolute.txt
│ │ ├── SimpleClient.csproj.GenerateResource.Cache
│ │ ├── SimpleClient.csprojResolveAssemblyReference.cache
│ │ ├── SimpleClient.exe
│ │ ├── SimpleClient.pdb
│ │ ├── TcpClientPlatform.ClientFrm.resources
│ │ ├── TcpClientPlatform.Properties.Resources.resources
│ │ ├── TcpClientPlatform.csproj.FileListAbsolute.txt
│ │ ├── TcpClientPlatform.csproj.GenerateResource.Cache
│ │ ├── TcpClientPlatform.exe
│ │ ├── TcpClientPlatform.pdb
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── UpgradeLog.XML
│ └── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport.xslt
│ ├── UpgradeReport_Minus.gif
│ └── UpgradeReport_Plus.gif
└── SimpleServer
├── SimpleServer
│ ├── Client.cs
│ ├── CommonHelper.cs
│ ├── LogHelper.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Server.cs
│ ├── ServerForm.Designer.cs
│ ├── ServerForm.cs
│ ├── ServerForm.resx
│ ├── SimpleServer.csproj
│ ├── bin
│ │ └── Debug
│ │ ├── Log.txt
│ │ ├── SimpleServer.exe
│ │ ├── SimpleServer.pdb
│ │ ├── SimpleServer.vshost.exe
│ │ └── SimpleServer.vshost.exe.manifest
│ └── obj
│ └── x86
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferences.cache
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── GenerateResource-ResGen.read.1.tlog
│ ├── GenerateResource-ResGen.write.1.tlog
│ ├── SimpleServer.Properties.Resources.resources
│ ├── SimpleServer.ServerForm.resources
│ ├── SimpleServer.csproj.FileListAbsolute.txt
│ ├── SimpleServer.csproj.GenerateResource.Cache
│ ├── SimpleServer.exe
│ ├── SimpleServer.pdb
│ └── TempPE
├── SimpleServer.sln
└── SimpleServer.suo
25 directories, 96 files