HttpsRedirectionOptions.HttpsPort 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要新增至重新導向 URL 的 HTTPS 埠。
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)
屬性值
備註
如果未設定 HttpsPort,我們會嘗試從下列專案取得 HttpsPort:1。 HTTPS_PORT環境變數 2。 IServerAddressesFeature 如果失敗,中介軟體將會記錄警告並關閉。