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