Beispiel #1
0
        private PartialZipDownloader(string archiveUrl)
        {
            _archiveUrl = archiveUrl;

            _httpService    = new HttpService(_archiveUrl);
            _deflateService = new DeflateService();
        }
        private PartialZipDownloader(string archiveUrl)
        {
            this._archiveUrl = archiveUrl;

            this._httpService    = new HttpService(this._archiveUrl);
            this._deflateService = new DeflateService();
        }