.NET: Is there an existing dependency-injection method for setting up cookies for an HttpClient/HttpClientFactory?
I have lots of HttpClient
dependency-injected services. I use an HttpClientFactory
to get these.
I have lots of HttpClient
dependency-injected services. I use an HttpClientFactory
to get these.