UdpTransportBindingElement.MulticastInterfaceId 属性
定义
获取或设置在多宿主计算机上发送和接收多播消息时所使用的网络适配器。Gets or sets the network adapter that is used when sending and receiving multicast traffic on multi-honed machines.
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
属性值
在多宿主计算机上发送和接收多播消息时所使用的网络适配器。The network adapter that is used when sending and receiving multicast traffic on multi-honed machines.