MvcOptions.SslPort Proprietà

Definizione

Ottiene o imposta la porta SSL utilizzata dall'applicazione quando RequireHttpsAttribute viene utilizzata. Se non si imposta la porta non verrà specificata nell'URL protetto, ad esempio https://localhost/path.

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

Valore della proprietà

Si applica a