Is your feature request related to a problem? Please describe it:
WebClient is deprecated. HttpClient is not. Also, HttpClient is easier to work with.
Describe the solution or enhancement you would like:
Tear out all WebClient references and replace with HttpClient equivalents.
Describe alternatives you've considered:
No alternatives.
Additional context:
Using HttpClientHandler makes forcing NTLM easy!
Is your feature request related to a problem? Please describe it:
WebClient is deprecated. HttpClient is not. Also, HttpClient is easier to work with.
Describe the solution or enhancement you would like:
Tear out all WebClient references and replace with HttpClient equivalents.
Describe alternatives you've considered:
No alternatives.
Additional context:
Using HttpClientHandler makes forcing NTLM easy!