基本信息
源码名称:基于wcf技术文件上传下载程序
源码大小:7.01M
文件格式:.zip
开发语言:C#
更新时间:2023-01-07
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
基于wcf技术文件上传下载程序
.
├── yun_weitian_wcf_kuangjia
│ ├── CloudService
│ │ ├── CloudService.csproj
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ServerGroup.cs
│ │ ├── ServersForm.Designer.cs
│ │ ├── ServersForm.cs
│ │ ├── ServersForm.resx
│ │ ├── ServiceClass.cs
│ │ ├── app.config
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── CloudService.exe
│ │ │ │ ├── CloudService.exe.config
│ │ │ │ ├── CloudService.pdb
│ │ │ │ ├── CloudService.txt
│ │ │ │ ├── CloudService.vshost.exe
│ │ │ │ ├── CloudService.vshost.exe.config
│ │ │ │ └── CloudService.vshost.exe.manifest
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── CloudService.Properties.Resources.resources
│ │ │ ├── CloudService.ServersForm.resources
│ │ │ ├── CloudService.csproj.FileListAbsolute.txt
│ │ │ ├── CloudService.csproj.GenerateResource.Cache
│ │ │ ├── CloudService.csprojResolveAssemblyReference.cache
│ │ │ ├── CloudService.exe
│ │ │ ├── CloudService.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ └── TempPE
│ │ └── service
│ │ ├── FileWrapper.cs
│ │ ├── IStreamed.cs
│ │ └── Streamed.cs
│ ├── doc
│ │ ├── 737481ddddddddddd.mp3
│ │ ├── 906081ddddddddddd.mp3
│ │ ├── 類圖.asta
│ │ ├── 客戶端類圖.png
│ │ └── 云盤數據備份系統設計說明書.pdf
│ ├── yunpan
│ │ ├── App.config
│ │ ├── CloudDisk.cs
│ │ ├── ConfigInfo.cs
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.cs
│ │ ├── MainForm.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ServersAccess.cs
│ │ ├── Service References
│ │ ├── ZipClass.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── CloudService.txt
│ │ │ │ ├── DESFile.dll
│ │ │ │ ├── ICSharpCode.SharpZipLib.dll
│ │ │ │ ├── WcfServiceLibrary.dll
│ │ │ │ ├── WcfServiceLibrary.dll.config
│ │ │ │ ├── WcfServiceLibrary.pdb
│ │ │ │ ├── yunpan.exe.config
│ │ │ │ ├── yunpan.pdb
│ │ │ │ ├── yunpan.vshost.exe
│ │ │ │ ├── yunpan.vshost.exe.config
│ │ │ │ └── yunpan.vshost.exe.manifest
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ ├── yunpan.MainForm.resources
│ │ │ ├── yunpan.csproj.FileListAbsolute.txt
│ │ │ ├── yunpan.csproj.GenerateResource.Cache
│ │ │ ├── yunpan.csprojResolveAssemblyReference.cache
│ │ │ └── yunpan.pdb
│ │ ├── service
│ │ │ ├── FileWrapper.cs
│ │ │ ├── ILocalService.cs
│ │ │ ├── IStreamed.cs
│ │ │ └── LocalService.cs
│ │ └── yunpan.csproj
│ └── yunpan.sln
└── 基于wcf技术文件上传下载程序_yun_weitian_wcf_kuangjia.zip
21 directories, 75 files
基于wcf技术文件上传下载程序
.
├── yun_weitian_wcf_kuangjia
│ ├── CloudService
│ │ ├── CloudService.csproj
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── ServerGroup.cs
│ │ ├── ServersForm.Designer.cs
│ │ ├── ServersForm.cs
│ │ ├── ServersForm.resx
│ │ ├── ServiceClass.cs
│ │ ├── app.config
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── CloudService.exe
│ │ │ │ ├── CloudService.exe.config
│ │ │ │ ├── CloudService.pdb
│ │ │ │ ├── CloudService.txt
│ │ │ │ ├── CloudService.vshost.exe
│ │ │ │ ├── CloudService.vshost.exe.config
│ │ │ │ └── CloudService.vshost.exe.manifest
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── CloudService.Properties.Resources.resources
│ │ │ ├── CloudService.ServersForm.resources
│ │ │ ├── CloudService.csproj.FileListAbsolute.txt
│ │ │ ├── CloudService.csproj.GenerateResource.Cache
│ │ │ ├── CloudService.csprojResolveAssemblyReference.cache
│ │ │ ├── CloudService.exe
│ │ │ ├── CloudService.pdb
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ └── TempPE
│ │ └── service
│ │ ├── FileWrapper.cs
│ │ ├── IStreamed.cs
│ │ └── Streamed.cs
│ ├── doc
│ │ ├── 737481ddddddddddd.mp3
│ │ ├── 906081ddddddddddd.mp3
│ │ ├── 類圖.asta
│ │ ├── 客戶端類圖.png
│ │ └── 云盤數據備份系統設計說明書.pdf
│ ├── yunpan
│ │ ├── App.config
│ │ ├── CloudDisk.cs
│ │ ├── ConfigInfo.cs
│ │ ├── MainForm.Designer.cs
│ │ ├── MainForm.cs
│ │ ├── MainForm.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── ServersAccess.cs
│ │ ├── Service References
│ │ ├── ZipClass.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── CloudService.txt
│ │ │ │ ├── DESFile.dll
│ │ │ │ ├── ICSharpCode.SharpZipLib.dll
│ │ │ │ ├── WcfServiceLibrary.dll
│ │ │ │ ├── WcfServiceLibrary.dll.config
│ │ │ │ ├── WcfServiceLibrary.pdb
│ │ │ │ ├── yunpan.exe.config
│ │ │ │ ├── yunpan.pdb
│ │ │ │ ├── yunpan.vshost.exe
│ │ │ │ ├── yunpan.vshost.exe.config
│ │ │ │ └── yunpan.vshost.exe.manifest
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TempPE
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ ├── yunpan.MainForm.resources
│ │ │ ├── yunpan.csproj.FileListAbsolute.txt
│ │ │ ├── yunpan.csproj.GenerateResource.Cache
│ │ │ ├── yunpan.csprojResolveAssemblyReference.cache
│ │ │ └── yunpan.pdb
│ │ ├── service
│ │ │ ├── FileWrapper.cs
│ │ │ ├── ILocalService.cs
│ │ │ ├── IStreamed.cs
│ │ │ └── LocalService.cs
│ │ └── yunpan.csproj
│ └── yunpan.sln
└── 基于wcf技术文件上传下载程序_yun_weitian_wcf_kuangjia.zip
21 directories, 75 files