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