Releases: bezzad/Downloader
Releases · bezzad/Downloader
version 2.1.0
Added CookieContainer and Headers to RequestConfiguration properties according to issue #34
version 2.0.9
- Added download on MemoryStream without store on file according to issue #33
version 2.0.8
Fixed issue #32 or HTTP 403 forbidden error for some URLs with no content-type supports
version 2.0.7
- Clean and refactor some codes.
- Changed BytesReceived property name to ReceivedBytesSize on
DownloadProgressChanged
EventArgs. - Added ReceivedBytes array to the
DownloadProgressChanged
EventArgs.Added received bytes per chunk onDownloadProgressChanged
event arguments for streaming easy way of apps like Radio. - Fixed the validation methods of DownloadConfiguration object.
- Fixed download to UNC paths of issue #27
- Changed the DefaultConnectionLimit back to 1000 and fixed issue #29
version 2.0.6
Added timeout to RequestConfiguration object
Clean and refactor some codes
Fixed cancel operation
Fixed request divide by zero exception
version 2.0.5
Clean all codes and tests
Fixed download without content-length
version 2.0.4
Clean all codes and tests
Fixed download without content-length
Fixed changing download config per any downloads
version 2.0.3
Clean all classes
Fixed speed limitation of issue #8
version 2.0.1
Fixed maximum download speed issue #8
version 2.0.0
- Removed AllowHeadRequest option, all requests are GET method
- Fixed get URL filename methods