UdpAnySourceMulticastClient.MulticastLoopback 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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。
一個表示多播群組的輸出封包是否送達發送端應用程式的值。
- 屬性
例外狀況
多播團隊尚未加入。
這些 UdpAnySourceMulticastClient 已經被處理掉了。
備註
多播流量是一種可擴展的多對多網路通訊方法。 程序訂閱一個多播群組位址。 接著,任何由訂閱程序發送給多播群組的封包,都會被訂閱該多播地址的其他程序接收。 此 MulticastLoopback 屬性控制本地電腦上的任何程序是否會接收此用戶端發送給多播群組的多播封包。