HostHeaderValue(String, Nullable<Int32>) Constructeur
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.
Initialise une nouvelle instance du struct HostHeaderValue.
public HostHeaderValue (string host, int? port);
new Microsoft.AspNetCore.HeaderParsing.HostHeaderValue : string * Nullable<int> -> Microsoft.AspNetCore.HeaderParsing.HostHeaderValue
Public Sub New (host As String, port As Nullable(Of Integer))
Paramètres
- host
- String
Adresse de l’hôte.