WebHostBuilderKestrelExtensions.UseKestrelHttpsConfiguration Yöntem

Tanım

Senaryolarda UseKestrelCore(IWebHostBuilder) , belirli HTTPS işlevlerini açıkça kabul etmek gerekebilir. Örneğin, bir https:// adres içeriyorsaASPNETCORE_URLS, UseKestrelHttpsConfiguration(IWebHostBuilder) bu uç noktada HTTPS yapılandırmasını etkinleştirir.

Senaryolarda UseKestrel(IWebHostBuilder) hiçbir etkisi yoktur.

public static Microsoft.AspNetCore.Hosting.IWebHostBuilder UseKestrelHttpsConfiguration (this Microsoft.AspNetCore.Hosting.IWebHostBuilder hostBuilder);
static member UseKestrelHttpsConfiguration : Microsoft.AspNetCore.Hosting.IWebHostBuilder -> Microsoft.AspNetCore.Hosting.IWebHostBuilder
<Extension()>
Public Function UseKestrelHttpsConfiguration (hostBuilder As IWebHostBuilder) As IWebHostBuilder

Parametreler

hostBuilder
IWebHostBuilder

Yapılandırılan Microsoft.AspNetCore.Hosting.IWebHostBuilder.

Döndürülenler

The Microsoft.AspNetCore.Hosting.IWebHostBuilder.

Şunlara uygulanır