基本信息
源码名称:C#SimpleTCP源码
源码大小:0.04M
文件格式:.7z
开发语言:C#
更新时间:2023-02-13
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 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