9 references to ApplyEndpointDefaults
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\AddressBinder.cs (2)
178context.ServerOptions.ApplyEndpointDefaults(httpDefault); 262context.ServerOptions.ApplyEndpointDefaults(options);
KestrelConfigurationLoader.cs (1)
370Options.ApplyEndpointDefaults(listenOptions);
KestrelServerOptions.cs (6)
531ApplyEndpointDefaults(listenOptions); 551ApplyEndpointDefaults(listenOptions); 569ApplyEndpointDefaults(listenOptions); 597ApplyEndpointDefaults(listenOptions); 619ApplyEndpointDefaults(listenOptions); 642ApplyEndpointDefaults(listenOptions);