IHttpClientFactory Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A factory abstraction for a component that can create HttpClient instances with custom configuration for a given logical name.
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.
Create |
Creates and configures an HttpClient instance using the configuration that corresponds
to the logical name specified by |
Create |
Creates a new HttpClient using the default configuration. |
Producto | Versiones |
---|---|
.NET | 8 (package-provided), 9 (package-provided) |
.NET Framework | 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) |
.NET Standard | 2.0 (package-provided) |
Comentarios de .NET
.NET es un proyecto de código abierto. Seleccione un vínculo para proporcionar comentarios: