1 write to AddressBindContext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
223
AddressBindContext
= new AddressBindContext(_serverAddresses, Options, Trace, OnBind);
2 references to AddressBindContext
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\KestrelServerImpl.cs (2)
309
await AddressBinder.BindAsync(Options.GetListenOptions(),
AddressBindContext
!, _httpsConfigurationService.UseHttpsWithDefaults, cancellationToken).ConfigureAwait(false);
388
await listenOption.BindAsync(
AddressBindContext
!, _stopCts.Token).ConfigureAwait(false);