PeerNode.Port 屬性

定義

取得網路連接埠,對等節點會在此連接埠上接聽。

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

屬性值

Int32

Int32,指定接聽對等節點的網路連接埠。

例外狀況

沒有開啟用於接聽的通道。

適用於