找传奇、传世资源到传世资源站!

大文件Socket 传输 客户端和服务端

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

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

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复