共用方式為


PeerTransportElement.Port 屬性

定義

取得或設定組態項目,指定對等傳輸繫結的連接埠。

public:
 property int Port { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("port", DefaultValue=0)]
[System.Configuration.IntegerValidator(MaxValue=65535, MinValue=0)]
public int Port { get; set; }
[<System.Configuration.ConfigurationProperty("port", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MaxValue=65535, MinValue=0)>]
member this.Port : int with get, set
Public Property Port As Integer

屬性值

Int32

Int32 值,指定對等傳輸繫結的連接埠。

屬性

備註

如果連接埠值無效,則會引發 ArgumentException。 這個屬性的預設值為 0,表示接聽程式連接埠是從所有未保留的連接埠中隨機選取的。

適用於