2 references to GetListenOptions
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
313
await AddressBinder.BindAsync(Options.
GetListenOptions
(), AddressBindContext!, _httpsConfigurationService.UseHttpsWithDefaults, cancellationToken).ConfigureAwait(false);
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
DirectTlsEndpointProtocolsSetup.cs (1)
21
foreach (var listenOptions in options.
GetListenOptions
())