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

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

本次赞助数额为: 2 元 
   源码介绍
FastDFSClient C#源码
vs2017 FastDFSClient C# 源码,经过测试可以正常使用

.
├── FastDFSClient
│   ├── AssemblyInfo.cs
│   ├── FastDFS
│   │   └── Client
│   │       ├── Common
│   │       │   ├── Connection.cs
│   │       │   ├── Consts.cs
│   │       │   ├── FDFSConfig.cs
│   │       │   ├── FDFSException.cs
│   │       │   ├── FDFSHeader.cs
│   │       │   ├── FDFSRequest.cs
│   │       │   ├── Pool.cs
│   │       │   ├── StorageNode.cs
│   │       │   └── Util.cs
│   │       ├── Config
│   │       │   ├── FastDfsConfig.cs
│   │       │   ├── FastDfsConfigurationSectionHandler.cs
│   │       │   ├── FastDfsManager.cs
│   │       │   └── FastDfsServer.cs
│   │       ├── ConnectionManager.cs
│   │       ├── FastDFSClient.cs
│   │       ├── Storage
│   │       │   ├── APPEND_FILE.cs
│   │       │   ├── DELETE_FILE.cs
│   │       │   ├── DOWNLOAD_FILE.cs
│   │       │   ├── FDFSFileInfo.cs
│   │       │   ├── GET_METADATA.cs
│   │       │   ├── QUERY_FILE_INFO.cs
│   │       │   ├── SET_METADATA.cs
│   │       │   ├── UPLOAD_APPEND_FILE.cs
│   │       │   ├── UPLOAD_FILE.cs
│   │       │   └── UPLOAD_SLAVE_FILE.cs
│   │       └── Tracker
│   │           ├── LIST_ALL_GROUPS.cs
│   │           ├── LIST_ONE_GROUP.cs
│   │           ├── LIST_STORAGE.cs
│   │           ├── QUERY_FETCH_ALL.cs
│   │           ├── QUERY_FETCH_ONE.cs
│   │           ├── QUERY_STORE_WITHOUT_GROUP_ALL.cs
│   │           ├── QUERY_STORE_WITHOUT_GROUP_ONE.cs
│   │           ├── QUERY_STORE_WITH_GROUP_ALL.cs
│   │           ├── QUERY_STORE_WITH_GROUP_ONE.cs
│   │           └── QUERY_UPDATE.cs
│   ├── FastDFS.Client.csproj
│   ├── FastDFS.Client.sln
│   ├── Global.cs
│   ├── bin
│   │   └── Debug
│   │       ├── FastDFS.Client.dll
│   │       └── FastDFS.Client.pdb
│   └── obj
│       └── x86
│           └── Debug
│               ├── DesignTimeResolveAssemblyReferencesInput.cache
│               ├── FastDFS.Client.csproj.CoreCompileInputs.cache
│               ├── FastDFS.Client.csproj.FileListAbsolute.txt
│               ├── FastDFS.Client.dll
│               ├── FastDFS.Client.pdb
│               ├── TempPE
│               ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│               ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│               └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
└── FastDFSClient C#源码_FastDFSClient.rar

13 directories, 50 files