KestrelServerOptions.ConfigureHttpsDefaults メソッド

定義

新しく作成された https エンドポイントごとに実行する構成アクションを指定します。 これを再度呼び出すと、前のアクションが置き換えられます。

public:
 void ConfigureHttpsDefaults(Action<Microsoft::AspNetCore::Server::Kestrel::Https::HttpsConnectionAdapterOptions ^> ^ configureOptions);
public void ConfigureHttpsDefaults (Action<Microsoft.AspNetCore.Server.Kestrel.Https.HttpsConnectionAdapterOptions> configureOptions);
member this.ConfigureHttpsDefaults : Action<Microsoft.AspNetCore.Server.Kestrel.Https.HttpsConnectionAdapterOptions> -> unit
Public Sub ConfigureHttpsDefaults (configureOptions As Action(Of HttpsConnectionAdapterOptions))

パラメーター

適用対象