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

值,表示指定傳送至多點傳送群組的輸出封包是否會傳遞至傳送應用程式。

屬性

例外狀況

尚未聯結多點傳送群組。

備註

多播流量是因特網上多對多通訊的可調整方法。 進程會訂閱多播群組位址。 然後,訂閱進程傳送至多播群組的任何封包,都會由訂閱多播位址的每個其他進程接收。 屬性 MulticastLoopback 可控制本機電腦上的任何進程是否接收此用戶端傳送至多播群組的多播封包。

適用於