Share via


DnsEndPoint.Host 屬性

定義

取得主機的主機名稱或網際網路通訊協定 (IP) 位址的字串表示。

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

屬性值

主機名稱或 IP 位址的字串表示。

備註

屬性 Host 會指出類別實例之IP位址的 DnsEndPoint 主機名或字串表示。

適用於