WebHostBuilderExtensions.GetTestServer(IWebHost) Method

Definition

Retrieves the TestServer from the host services.

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

Parameters

host
IWebHost

Returns

Applies to