UdpBinding.MulticastInterfaceId 属性

定义

获取或设置 UDP 绑定中的 MulticastInterfaceID 属性的值。Gets or sets the value of the MulticastInterfaceID property in a UDP binding.

public:
 property System::String ^ MulticastInterfaceId { System::String ^ get(); void set(System::String ^ value); };
public string MulticastInterfaceId { get; set; }
member this.MulticastInterfaceId : string with get, set
Public Property MulticastInterfaceId As String

属性值

String

在多宿主计算机上发送和接收多播消息时所使用的网络适配器。The network adapter that is used when sending and receiving multicast traffic on multi-honed machines.

适用于