Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IHttpClientFactory Interface

Definition

Namespace:
System.Net.Http
Assembly:
Microsoft.Extensions.Http.dll
Package:
Microsoft.Extensions.Http v11.0.0-preview.5.26302.115
Source:
IHttpClientFactory.cs
Source:
IHttpClientFactory.cs
Source:
IHttpClientFactory.cs
Source:
IHttpClientFactory.cs

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

Remarks

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.

Methods

Name Description
CreateClient(String)

Creates and configures an HttpClient instance using the configuration that corresponds to the logical name specified by name.

Extension Methods

Name Description
CreateClient(IHttpClientFactory)

Creates a new HttpClient using the default configuration.

Applies to


Feedback

Was this page helpful?