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