Поделиться через


WebApplicationFactory<TEntryPoint>.CreateHost(IHostBuilder) Метод

Определение

IHost Создает с начальным приложением в builder. Это вызывается только для приложений, использующих IHostBuilder. Вместо этого будут использоваться CreateServer(IWebHostBuilder) приложения на IWebHostBuilder основе .

protected:
 virtual Microsoft::Extensions::Hosting::IHost ^ CreateHost(Microsoft::Extensions::Hosting::IHostBuilder ^ builder);
protected virtual Microsoft.Extensions.Hosting.IHost CreateHost (Microsoft.Extensions.Hosting.IHostBuilder builder);
abstract member CreateHost : Microsoft.Extensions.Hosting.IHostBuilder -> Microsoft.Extensions.Hosting.IHost
override this.CreateHost : Microsoft.Extensions.Hosting.IHostBuilder -> Microsoft.Extensions.Hosting.IHost
Protected Overridable Function CreateHost (builder As IHostBuilder) As IHost

Параметры

builder
IHostBuilder

Объект , используемый IHostBuilder для создания узла.

Возвращаемое значение

С IHost начальным приложением.

Применяется к