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