共用方式為


DnsEndPoint 類別

定義

將網路端點表示為主機名或IP位址和埠號碼的字串表示。

public ref class DnsEndPoint : System::Net::EndPoint
public class DnsEndPoint : System.Net.EndPoint
type DnsEndPoint = class
    inherit EndPoint
Public Class DnsEndPoint
Inherits EndPoint
繼承
DnsEndPoint

備註

DnsEndPoint 類別包含應用程式連線到主機上服務所需的主機名或IP位址和遠端埠資訊。 藉由結合服務的主機名或IP位址和埠號碼,DnsEndPoint 類別會形成服務的連接點。

建構函式

DnsEndPoint(String, Int32, AddressFamily)

使用IP位址、埠號碼和位址系列的主機名或字串表示,初始化 DnsEndPoint 類別的新實例。

DnsEndPoint(String, Int32)

使用IP位址和埠號碼的主機名或字串表示,初始化 DnsEndPoint 類別的新實例。

屬性

AddressFamily

取得因特網通訊協定 (IP) 位址系列。

Host

取得主機之因特網通訊協定 (IP) 位址的主機名或字串表示。

Port

取得 DnsEndPoint的埠號碼。

方法

Create(SocketAddress)

SocketAddress 實例建立 EndPoint 實例。

(繼承來源 EndPoint)
Equals(Object)

比較兩個 DnsEndPoint 物件。

GetHashCode()

傳回 DnsEndPoint的哈希值。

GetType()

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object的淺層複本。

(繼承來源 Object)
Serialize()

將端點資訊串行化為 SocketAddress 實例。

(繼承來源 EndPoint)
ToString()

傳回ip位址的主機名稱或字串表示,以及 DnsEndPoint的埠號碼。

適用於