次の方法で共有


NetPeerTcpBindingElement.ListenIPAddress プロパティ

定義

ピア ノードが TCP メッセージをリッスンする 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

プロパティ値

ピア チャネル バインディングが TCP メッセージをリッスンする IP アドレス (IPv4 または IPv6) を指定する String

属性

適用対象