NetPeerTcpBindingElement.ListenIPAddress Propiedad

Definición

Obtiene o establece la dirección IP en la que el nodo del mismo nivel realizará escuchas para mensajes 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

Valor de propiedad

IPAddress

String que especifica la dirección IP (IPv4 o IPv6) en la que el enlace del canal del mismo nivel realizará escuchas para mensajes TCP.

Atributos

Se aplica a