2 references to
Microsoft.Extensions.Http (2)
DependencyInjection\HttpClientKeyedLifetime.cs (2)
35
public HttpClientKeyedLifetime(ServiceLifetime lifetime) :
this
(KeyedService.AnyKey, lifetime) { }
36
public HttpClientKeyedLifetime(string name, ServiceLifetime lifetime) :
this
((object)name, lifetime) { }