Top "Httpclientfactory" questions

Refers to the System.

HttpClientFactory how to inject into class I have no control over core 2.1

I would like to use the new HttpClientFactory and I am having trouble setting it up. I have the following (…

c# asp.net-core asp.net-core-webapi asp.net-core-2.1 httpclientfactory
Should HttpClient instances created by HttpClientFactory be disposed?

So, I've registered a named client with the services collection in my Startup.cs: services.AddHttpClient(someServiceName, client => client.…

.net-core dotnet-httpclient idisposable asp.net-core-2.1 httpclientfactory