PeerNode.Port Property

Definition

Gets the network port on which the peer node is listening.

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

Property Value

Int32 that specifies the network port on which the peer node is listening.

Exceptions

No channel is open for listening.

Applies to