HostBuilderTestServerExtensions.GetTestServer(IHost) 메서드

정의

호스트 서비스에서 TestServer를 검색합니다.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::TestHost::TestServer ^ GetTestServer(Microsoft::Extensions::Hosting::IHost ^ host);
public static Microsoft.AspNetCore.TestHost.TestServer GetTestServer (this Microsoft.Extensions.Hosting.IHost host);
static member GetTestServer : Microsoft.Extensions.Hosting.IHost -> Microsoft.AspNetCore.TestHost.TestServer
<Extension()>
Public Function GetTestServer (host As IHost) As TestServer

매개 변수

host
IHost

반환

적용 대상