KestrelServerOptions.ConfigurationLoader Property

Definition

Provides a configuration source where endpoints will be loaded from on server start. The default is 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

Property Value

Applies to