KestrelServerOptions.ConfigureHttpsDefaults Yöntem

Tanım

Yeni oluşturulan her https uç noktası için çalıştırılacak bir yapılandırma Eylemi belirtir. Bunu yeniden çağırmak önceki eylemin yerini alır.

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

Parametreler

Şunlara uygulanır