2 implementations of UseHttpsWithDefaults
Microsoft.AspNetCore.Server.Kestrel.Core (2)
HttpsConfigurationService.cs (1)
110
public ListenOptions
UseHttpsWithDefaults
(ListenOptions listenOptions)
KestrelServer.cs (1)
92
public ListenOptions
UseHttpsWithDefaults
(ListenOptions listenOptions)
1 reference to UseHttpsWithDefaults
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
309
await AddressBinder.BindAsync(Options.GetListenOptions(), AddressBindContext!, _httpsConfigurationService.
UseHttpsWithDefaults
, cancellationToken).ConfigureAwait(false);