NetPeerTcpBindingElement.ListenIPAddress Właściwość

Definicja

Pobiera lub ustawia adres IP, na którym węzeł równorzędny będzie nasłuchiwać komunikatów TCP.

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

Wartość właściwości

IPAddress

String określa adres IP (IPv4 lub IPv6), na którym powiązanie kanału równorzędnego będzie nasłuchiwać komunikatów TCP.

Atrybuty

Dotyczy