A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.microsoft.com/en-us/dotnet/api/system.net.http.ihttpclientfactory.createclient below:

IHttpClientFactory.CreateClient(String) Method (System.Net.Http) | Microsoft Learn

IHttpClientFactory.CreateClient(String) Method Definition

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

public:
 System::Net::Http::HttpClient ^ CreateClient(System::String ^ name);
public System.Net.Http.HttpClient CreateClient(string name);
abstract member CreateClient : string -> System.Net.Http.HttpClient
Public Function CreateClient (name As String) As HttpClient
Parameters
name
String

The logical name of the client to create.

Returns

A new HttpClient instance.

Remarks

Each call to CreateClient(String) is guaranteed to return a new HttpClient instance. It is generally not necessary to dispose of the HttpClient as the IHttpClientFactory tracks and disposes resources used by the HttpClient.

Callers are also free to mutate the returned HttpClient instance's public properties as desired.

Collaborate with us on GitHub

The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4