WebClient is marked obsolete in modern .NET (5+). A more future-proof example would use HttpClient with IProgress<T> .