Host Class

Definition

Provides convenience methods for creating instances of IHostBuilder with preconfigured defaults.

public ref class Host abstract sealed
public static class Host
type Host = class
Public Class Host
Inheritance
Host

Methods

CreateApplicationBuilder()

Initializes a new instance of the HostApplicationBuilder class with preconfigured defaults.

CreateApplicationBuilder(HostApplicationBuilderSettings)

Initializes a new instance of the HostApplicationBuilder class with preconfigured defaults.

CreateApplicationBuilder(String[])

Initializes a new instance of the HostApplicationBuilder class with preconfigured defaults.

CreateDefaultBuilder()

Initializes a new instance of the HostBuilder class with preconfigured defaults.

CreateDefaultBuilder(String[])

Initializes a new instance of the HostBuilder class with preconfigured defaults.

CreateEmptyApplicationBuilder(HostApplicationBuilderSettings)

Initializes a new instance of the HostApplicationBuilder class with no pre-configured defaults.

Applies to