MvcOptions.SslPort Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le port SSL utilisé par cette application lorsqu’il RequireHttpsAttribute est utilisé. S’il n’est pas défini, le port ne sera pas spécifié dans l’URL sécurisée, par exemple. 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)