UdpTransportSettingsElement.MulticastInterfaceId 属性

定义

获取或设置 UDP 传输配置元素中 MulticastInterfaceId 属性的值。

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

属性值

String

在多宿主计算机上发送和接收多播消息时所使用的网络适配器。

属性

适用于