BiliRanking.Core.Download.HttpDownloadClient.HttpDownloadClient C# (CSharp) Method

HttpDownloadClient() public method

Download the whole file.
public HttpDownloadClient ( string url ) : System
url string
return System
        public HttpDownloadClient(string url)
            : this(url, 0)
        {
        }

Same methods

HttpDownloadClient::HttpDownloadClient ( string url, long startPoint ) : System
HttpDownloadClient::HttpDownloadClient ( string url, long startPoint, long endPoint ) : System
HttpDownloadClient::HttpDownloadClient ( string url, long startPoint, long endPoint, int bufferSize, int cacheSize, int bufferCountPerNotification ) : System