HttpsRedirectionOptions.HttpsPort Propriedade

Definição

A porta HTTPS a ser adicionada à URL redirecionada.

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)

Valor da propriedade

Comentários

Se o HttpsPort não estiver definido, tentaremos obter o HttpsPort do seguinte: 1. HTTPS_PORT variável de ambiente 2. IServerAddressesFeature Se isso falhar, o middleware registrará um aviso e desativará.

Aplica-se a