KestrelServerOptions.ConfigureHttpsDefaults Metoda

Definice

Určuje akci konfigurace, která se má spustit pro každý nově vytvořený koncový bod https. Opětovný voláním této metody nahradíte předchozí akci.

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))

Parametry

Platí pro