HttpClientFactoryExtensions.CreateClient(IHttpClientFactory) 方法

定義

使用預設組態建立新 HttpClient

public:
[System::Runtime::CompilerServices::Extension]
 static System::Net::Http::HttpClient ^ CreateClient(System::Net::Http::IHttpClientFactory ^ factory);
public static System.Net.Http.HttpClient CreateClient (this System.Net.Http.IHttpClientFactory factory);
static member CreateClient : System.Net.Http.IHttpClientFactory -> System.Net.Http.HttpClient
<Extension()>
Public Function CreateClient (factory As IHttpClientFactory) As HttpClient

參數

傳回

使用預設組態設定的 HttpClient

適用於