9 references to ApplyEndpointDefaults
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\AddressBinder.cs (2)
156context.ServerOptions.ApplyEndpointDefaults(httpDefault); 240context.ServerOptions.ApplyEndpointDefaults(options);
KestrelConfigurationLoader.cs (1)
345Options.ApplyEndpointDefaults(listenOptions);
KestrelServerOptions.cs (6)
513ApplyEndpointDefaults(listenOptions); 533ApplyEndpointDefaults(listenOptions); 551ApplyEndpointDefaults(listenOptions); 579ApplyEndpointDefaults(listenOptions); 601ApplyEndpointDefaults(listenOptions); 624ApplyEndpointDefaults(listenOptions);