3 references to Configure
Microsoft.AspNetCore (1)
WebHost.cs (1)
250
options.
Configure
(builderContext.Configuration.GetSection("Kestrel"), reloadOnChange: true);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
KestrelServerOptions.cs (2)
439
/// Call <see cref="
Configure
(IConfiguration, bool)"/> to enable dynamic endpoint binding updates.
443
public KestrelConfigurationLoader Configure(IConfiguration config) =>
Configure
(config, reloadOnChange: false);