1 write to ServerOptions
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\AddressBindContext.cs (1)
17ServerOptions = serverOptions;
4 references to ServerOptions
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\AddressBinder.cs (4)
29context.ServerOptions.OptionsInUse.Clear(); 97context.ServerOptions.OptionsInUse.Add(endpoint); 156context.ServerOptions.ApplyEndpointDefaults(httpDefault); 240context.ServerOptions.ApplyEndpointDefaults(options);