KestrelServerOptions.ConfigureHttpsDefaults(Action<HttpsConnectionAdapterOptions>) 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