次の方法で共有


HostBuilderTestServerExtensions.GetTestClient(IHost) メソッド

定義

ホスト サービスの TestServer からテスト クライアントを取得します。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Net::Http::HttpClient ^ GetTestClient(Microsoft::Extensions::Hosting::IHost ^ host);
public static System.Net.Http.HttpClient GetTestClient (this Microsoft.Extensions.Hosting.IHost host);
static member GetTestClient : Microsoft.Extensions.Hosting.IHost -> System.Net.Http.HttpClient
<Extension()>
Public Function GetTestClient (host As IHost) As HttpClient

パラメーター

host
IHost

戻り値

適用対象