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