Compartir a través de


UdpTransportElement.MulticastInterfaceId Propiedad

Definición

Obtiene o establece un valor que identifica de forma inequívoca el adaptador de red que se utiliza cuando se envían y se reciben mensajes de multidifusión.

public:
 property System::String ^ MulticastInterfaceId { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("multicastInterfaceId", DefaultValue=null)]
[System.Configuration.StringValidator]
public string MulticastInterfaceId { get; set; }
[<System.Configuration.ConfigurationProperty("multicastInterfaceId", DefaultValue=null)>]
[<System.Configuration.StringValidator>]
member this.MulticastInterfaceId : string with get, set
Public Property MulticastInterfaceId As String

Valor de propiedad

String

El valor del adaptador de red que se usa en un elemento de enlace de UDP.

Atributos

Se aplica a