Share via


DnsEndPoint.Port プロパティ

定義

DnsEndPoint のポート番号を取得します。

public:
 property int Port { int get(); };
public int Port { get; }
member this.Port : int
Public ReadOnly Property Port As Integer

プロパティ値

DnsEndPoint のポート番号を示す 0 ~ 0xffff の範囲の整数値。

適用対象