Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/core/extensions/httpclient-factory.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ You can use configuration to specify HTTP client names, which is helpful to avoi

It's easy to extend this configuration and store more details about how you'd like your HTTP client to function. For more information, see [Configuration in .NET][config].

> [!NOTE]
> The number of distinct registered named clients should not be unbounded, because it could lead to resource exhaustion. For example, don't derive the client name from unbounded input.

#### Create client

Each time <xref:System.Net.Http.IHttpClientFactory.CreateClient%2A> is called:
Expand Down