WebHostBuilderKestrelExtensions.UseKestrelHttpsConfiguration メソッド

定義

シナリオでは UseKestrelCore(IWebHostBuilder) 、特定の HTTPS 機能を明示的にオプトインすることが必要になる場合があります。 たとえば、 にアドレスがhttps://含まれている場合ASPNETCORE_URLSUseKestrelHttpsConfiguration(IWebHostBuilder)そのエンドポイントで HTTPS の構成が有効になります。

シナリオには UseKestrel(IWebHostBuilder) 影響しません。

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

パラメーター

hostBuilder
IWebHostBuilder

構成する Microsoft.AspNetCore.Hosting.IWebHostBuilder。

戻り値

Microsoft.AspNetCore.Hosting.IWebHostBuilder。

適用対象