SslStream.TargetHostName 属性

定义

获取客户端尝试连接到的服务器的名称。 该名称用于服务器证书验证。 它可以是 DNS 名称,也可以是 IP 地址。

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

属性值

客户端尝试连接到的服务器的名称。

适用于