基本信息
源码名称:基于C# 的TCP网络助手
源码大小:0.08M
文件格式:.rar
开发语言:C#
更新时间:2024-04-20
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 10 元 
   源码介绍
本例是基于C#开发的桌面TCP网络助手,可以进行TCP网络调试

TCP网络调试助手

├── App.config
├── Form1.Designer.cs
├── Form1.cs
├── Form1.resx
├── MySocket.cs
├── Program.cs
├── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── TCP网络调试助手.csproj
├── TCP网络调试助手.csproj.user
├── TCP网络调试助手.sln
├── TCP网络调试助手_TemporaryKey.pfx
├── bin
│   └── Debug
│       ├── TCP网络调试助手.application
│       ├── TCP网络调试助手.exe
│       ├── TCP网络调试助手.exe.config
│       ├── TCP网络调试助手.exe.manifest
│       ├── TCP网络调试助手.pdb
│       └── app.publish
│           └── TCP网络调试助手.exe
└── obj
    └── Debug
        ├── DesignTimeResolveAssemblyReferences.cache
        ├── DesignTimeResolveAssemblyReferencesInput.cache
        ├── TCP网络调试助手.Form1.resources
        ├── TCP网络调试助手.Properties.Resources.resources
        ├── TCP网络调试助手.application
        ├── TCP网络调试助手.csproj.CoreCompileInputs.cache
        ├── TCP网络调试助手.csproj.FileListAbsolute.txt
        ├── TCP网络调试助手.csproj.GenerateResource.cache
        ├── TCP网络调试助手.csprojAssemblyReference.cache
        ├── TCP网络调试助手.exe
        ├── TCP网络调试助手.exe.manifest
        ├── TCP网络调试助手.pdb
        └── TempPE

7 directories, 33 files