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
The logical name of the client to create.
ReturnsA new HttpClient instance.
RemarksEach 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 articleWas 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