HttpsRedirectionOptions.HttpsPort Özellik

Tanım

Yeniden yönlendirilen URL'ye eklenecek HTTPS bağlantı noktası.

public:
 property Nullable<int> HttpsPort { Nullable<int> get(); void set(Nullable<int> value); };
public int? HttpsPort { get; set; }
member this.HttpsPort : Nullable<int> with get, set
Public Property HttpsPort As Nullable(Of Integer)

Özellik Değeri

Nullable<Int32>

Açıklamalar

HttpsPort ayarlanmazsa, httpsport'ları şu şekilde almaya çalışabilirsiniz: 1. HTTPS_PORT değişken 2'ye sahiptir. IServerAddressesFeature Bu başarısız olursa ara yazılım bir uyarı günlüğe kaydedilir ve devre dışı olur.

Şunlara uygulanır