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