Behzad Khosravifar

Results 85 comments of Behzad Khosravifar

@ZCOREP please check the new beta version 3.1.0-beta

@ZCOREP Yes, of course, all platforms can use this package. But in the UWP, you may need to store downloaded files with your direct permissions, use in-memory download methods, get...

Hi @mnt-github, You can add your proxy config inside the `DownloadConfiguration` object like this: ```csharp var config = new DownloadConfiguration { ParallelDownload = true, ParallelCount = 8, Timeout = 3000,...

@mnt-github .Net 4.5.2 and above and all of .Net Core versions

Hi @aravindk777, I have some unit tests and integration tests for this scenario and all of them passed. I think you have some config that can produce this issue. Please...

I came across an issue related to **Xamarin-Android** on [GitHub link provided](https://github.com/xamarin/xamarin-android/issues/3682) and it suggested a solution. You can try adding the following code to your app to see if...

Yes @csm101, I trying to move the Downloader to the use of `HttpClient`. This is in progress and will be completed as soon as possible. Thanks for your feedback.

Can you give us some links as one file for example?

I work on this feature and I think it can be useful for the Downloader.

I trying to add this feature as soon as possible. Thanks for your feedback.