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

返回

适用于