4 references to OptionsInUse
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\AddressBinder.cs (2)
29
context.ServerOptions.
OptionsInUse
.Clear();
97
context.ServerOptions.
OptionsInUse
.Add(endpoint);
Internal\KestrelServerImpl.cs (1)
371
Options.
OptionsInUse
.Remove(listenOption);
KestrelServerOptions.cs (1)
362
foreach (var listenOptions in
OptionsInUse
)