1 write to _httpsConfigurationService
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
60
_httpsConfigurationService
= httpsConfigurationService;
2 references to _httpsConfigurationService
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\KestrelServerImpl.cs (2)
73
_transportManager = new TransportManager(_transportFactories, _multiplexedTransportFactories,
_httpsConfigurationService
, ServiceContext);
311
await AddressBinder.BindAsync(Options.GetListenOptions(), AddressBindContext!,
_httpsConfigurationService
.UseHttpsWithDefaults, cancellationToken).ConfigureAwait(false);