This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Download Microsoft Edge
More info about Internet Explorer and Microsoft Edge
public interface class IHttpClientFactory
public interface IHttpClientFactory
type IHttpClientFactory = interface
Public Interface IHttpClientFactory
A default
IHttpClientFactory
can be registered in an
IServiceCollection
by calling
AddHttpClient(IServiceCollection)
. The default
IHttpClientFactory
will be registered in the service collection as a singleton.