嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#SimpleTCP源码
.
├── C#SimpleTCP_SimpleTCP-master.7z
└── SimpleTCP-master
└── SimpleTCP-master
├── LICENSE
├── README.md
├── SimpleTCP
│ ├── Message.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Server
│ │ ├── ConnectedClient.cs
│ │ ├── ServerListener.cs
│ │ └── TcpListenerEx.cs
│ ├── SimpleTCP.csproj
│ ├── SimpleTCP.nuspec
│ ├── SimpleTcpClient.cs
│ ├── SimpleTcpServer.cs
│ ├── bin
│ │ └── Debug
│ │ ├── SimpleTCP.dll
│ │ └── SimpleTCP.pdb
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── SimpleTCP.csproj.AssemblyReference.cache
│ ├── SimpleTCP.csproj.CoreCompileInputs.cache
│ ├── SimpleTCP.csproj.FileListAbsolute.txt
│ ├── SimpleTCP.dll
│ ├── SimpleTCP.pdb
│ └── TempPE
├── SimpleTCP.Tests
│ ├── CommTest.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── ServerTests.cs
│ ├── ServerTests2.cs
│ ├── SimpleTCP.Tests.csproj
│ ├── bin
│ │ └── Debug
│ │ ├── SimpleTCP.Tests.dll
│ │ ├── SimpleTCP.Tests.pdb
│ │ ├── SimpleTCP.dll
│ │ └── SimpleTCP.pdb
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── SimpleTCP.Tests.csproj.AssemblyReference.cache
│ ├── SimpleTCP.Tests.csproj.CopyComplete
│ ├── SimpleTCP.Tests.csproj.CoreCompileInputs.cache
│ ├── SimpleTCP.Tests.csproj.FileListAbsolute.txt
│ ├── SimpleTCP.Tests.dll
│ ├── SimpleTCP.Tests.pdb
│ └── TempPE
└── SimpleTCP.sln
17 directories, 37 files