共用方式為


PeerTransportElement.ListenIPAddress 屬性

定義

取得或設定組態項目,指定對等傳輸將在其上接聽的 IP 位址。

public:
 property System::Net::IPAddress ^ ListenIPAddress { System::Net::IPAddress ^ get(); void set(System::Net::IPAddress ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.PeerTransportListenAddressConverter))]
[System.Configuration.ConfigurationProperty("listenIPAddress", DefaultValue=null)]
public System.Net.IPAddress ListenIPAddress { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.PeerTransportListenAddressConverter))>]
[<System.Configuration.ConfigurationProperty("listenIPAddress", DefaultValue=null)>]
member this.ListenIPAddress : System.Net.IPAddress with get, set
Public Property ListenIPAddress As IPAddress

屬性值

IPAddress

包含對等傳輸接聽之 IP 位址的 IPAddress

屬性

備註

如果這個屬性未設定,或設定為 null 參照,則關聯的 PeerNode 就會接聽專為本機電腦設定的所有全域位址 (IPv4 和 IPv6)。

適用於