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