UdpAnySourceMulticastClient.MulticastLoopback 属性

定义

注意

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

获取或设置一个值,该值指定传出的多路广播数据包是否传递到发送应用程序。

public:
 property bool MulticastLoopback { bool get(); void set(bool value); };
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public bool MulticastLoopback { get; set; }
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.MulticastLoopback : bool with get, set
Public Property MulticastLoopback As Boolean

属性值

返回 Boolean

一个值,该值指示向多路广播组发送的传出数据包是否传递到发送应用程序。

属性

例外

尚未联接多播组。

注解

多播流量是一种可缩放的方法,用于 Internet 上的多对多通信。 进程订阅多播组地址。 然后,订阅进程发送到多播组的任何数据包都会由订阅到多播地址的所有其他进程接收。 属性 MulticastLoopback 控制本地计算机上的任何进程是否接收此客户端发送到多播组的多播数据包。

适用于