Share via


SslClientHelloInfo.ServerName Propriété

Définition

Récupère le serveur hôte spécifié par le client.

public:
 property System::String ^ ServerName { System::String ^ get(); };
public string ServerName { get; }
member this.ServerName : string
Public ReadOnly Property ServerName As String

Valeur de propriété

Remarques

Le nom du serveur hôte nécessite l’extension SNI (Server Name). Si l’extension SNI n’est pas présente, cette propriété renvoie une chaîne vide.

S’applique à