Compartir a través de


UdpTransportSettingsElement.MulticastInterfaceId Propiedad

Definición

Obtiene o establece el valor de la propiedad MulticastInterfaceId en un elemento de configuración de transporte de UDP.

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

Valor de propiedad

El adaptador de red que se utiliza cuando se envía y recibe tráfico de multidifusión en equipos con host múltiple.

Atributos

Se aplica a