基本信息
源码名称:大文件Socket 传输 客户端和服务端
源码大小:0.09M
文件格式:.rar
开发语言:C#
更新时间:2020-09-14
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍


FileSender

├── Client
│   ├── Client.csproj
│   ├── Program.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Client.exe
│   │   │   ├── Client.pdb
│   │   │   ├── Client.vshost.exe
│   │   │   ├── Client.vshost.exe.manifest
│   │   │   ├── FileTransmitor.dll
│   │   │   ├── FileTransmitor.pdb
│   │   │   └── exec.log
│   │   └── Debug.rar
│   └── obj
│       └── Debug
│           ├── Client.csproj.FileListAbsolute.txt
│           ├── Client.exe
│           ├── Client.pdb
│           ├── Refactor
│           ├── ResolveAssemblyReference.cache
│           └── TempPE
├── FileSender
│   ├── FileTransmitor.cs
│   ├── FileTransmitor.csproj
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── bin
│   │   └── Debug
│   │       ├── FileTransmitor.dll
│   │       └── FileTransmitor.pdb
│   └── obj
│       └── Debug
│           ├── FileSender.csproj.FileListAbsolute.txt
│           ├── FileSender.exe
│           ├── FileSender.pdb
│           ├── FileTransmitor.csproj.FileListAbsolute.txt
│           ├── FileTransmitor.dll
│           ├── FileTransmitor.pdb
│           ├── Refactor
│           │   └── FileTransmitor.dll
│           └── TempPE
├── FileSender.sln
├── FileSender.suo
└── Server
    ├── Program.cs
    ├── Properties
    │   └── AssemblyInfo.cs
    ├── Server.csproj
    ├── bin
    │   └── Debug
    │       ├── FileTransmitor.dll
    │       ├── FileTransmitor.pdb
    │       ├── Server.exe
    │       ├── Server.pdb
    │       ├── Server.vshost.exe
    │       └── Server.vshost.exe.manifest
    └── obj
        └── Debug
            ├── Refactor
            ├── Server.csproj.FileListAbsolute.txt
            ├── Server.exe
            ├── Server.pdb
            └── TempPE

24 directories, 41 files