KestrelServerOptions.ConfigureHttpsDefaults Methode

Definition

Gibt eine Konfigurationsaktion an, die für jeden neu erstellten https-Endpunkt ausgeführt werden soll. Durch erneutes Aufrufen wird die vorherige Aktion ersetzt.

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

Parameter

Gilt für: