PeerTransportElement.Port 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定組態項目,指定對等傳輸繫結的連接埠。
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 值,指定對等傳輸繫結的連接埠。
- 屬性
備註
如果連接埠值無效,則會引發 ArgumentException。 這個屬性的預設值為 0,表示接聽程式連接埠是從所有未保留的連接埠中隨機選取的。