Refers to the System.
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 httpclientfactorySo, 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