KestrelServerOptions.ConfigurationLoader Propriedade

Definição

Fornece uma fonte de configuração em que os pontos de extremidade serão carregados no início do servidor. O padrão é null.

public:
 property Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ ConfigurationLoader { Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ get(); void set(Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ value); };
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader ConfigurationLoader { get; set; }
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader? ConfigurationLoader { get; set; }
member this.ConfigurationLoader : Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader with get, set
Public Property ConfigurationLoader As KestrelConfigurationLoader

Valor da propriedade

Aplica-se a