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