SslClientHelloInfo.ServerName Propriété

Définition

Obtient 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 Extension). Si l’extension SNI n’est pas présente, cette propriété retourne une chaîne vide.

S’applique à