Downloader
A library for resuming and multi-part/multi-threaded downloads in .NET written in C#
파일 탐색기
최종 버전 다운로드 (.zip)- NuGet.Config
- AbstractDownload.cs
- MultiPartDownload.cs
- ResumingDownload.cs
- SimpleDownload.cs
- MultiPartDownloadBuilder.cs
- ResumingDownloadBuilder.cs
- SimpleDownloadBuilder.cs
- AbstractDownloadObserver.cs
- DownloadDataSample.cs
- DownloadProgressMonitor.cs
- DownloadSpeedMonitor.cs
- DownloadThrottling.cs
- DownloadToFileSaver.cs
- AssemblyInfo.cs
- Resources.Designer.cs
- Resources.resx
- Settings.Designer.cs
- Settings.settings
- DownloadChecker.cs
- DownloadRangeHelper.cs
- SimpleWebRequestBuilder.cs
- Downloader.Business.csproj
- DownloadState.cs
- DownloadStopType.cs
- DownloadCancelledEventArgs.cs
- DownloadDataReceivedArgs.cs
- DownloadDelegates.cs
- DownloadEventArgs.cs
- DownloadStartedEventArgs.cs
- DownloadCheckNotSuccessfulException.cs
- ResumingNotSupportedException.cs
- TooManyRetriesException.cs
- AssemblyInfo.cs
- DownloadCheckResult.cs
- Downloader.Business.Contract.csproj
- DownloadRange.cs
- IDownload.cs
- IDownloadBuilder.cs
- IDownloadChecker.cs
- IDownloadObserver.cs
- IWebRequestBuilder.cs
- AssemblyInfo.cs
- Downloader.Example.csproj
- Program.cs
- AssemblyInfo.cs
- Downloader.Test.csproj
- DownloadRangeHelperTest.cs
- MultiPartDownloadTest.cs
- packages.config
- TestDownload.cs
- TestDownloadBuilder.cs
- TestDownloadChecker.cs
- TestWebRequestBuilder.cs
- .gitattributes
- .gitignore
- Downloader.sln
- GlobalAssemblyInfo.cs
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/Toqe/Downloader
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Downloader
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
// repository documentation
Was this content helpful?
(0 ratings)
