UdpTransportElement.MulticastInterfaceId Propriedade
Definição
Obtém ou define um valor que identifica exclusivamente o adaptador de rede usado ao enviar e receber mensagens de multicast.Gets or sets a value that uniquely identifies the network adapter that is used when sending and receiving multicast messages.
public:
property System::String ^ MulticastInterfaceId { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("multicastInterfaceId", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
[System.Configuration.StringValidator]
public string MulticastInterfaceId { get; set; }
[<System.Configuration.ConfigurationProperty("multicastInterfaceId", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
[<System.Configuration.StringValidator>]
member this.MulticastInterfaceId : string with get, set
Public Property MulticastInterfaceId As String
Valor da propriedade
O valor do adaptador de rede que é usado em um elemento de associação UDP.The value of the network adapter that is used in a UDP binding element.
- Atributos