UdpAnySourceMulticastClient 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
任何來源的多點流量的用戶端接收器,也稱為任意來源多點傳送 (ASM,Any Source Multicast) 或網路標準多點傳送 (ISM,Internet Standard Multicast)。
public ref class UdpAnySourceMulticastClient : IDisposable
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public class UdpAnySourceMulticastClient : IDisposable
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
type UdpAnySourceMulticastClient = class
interface IDisposable
Public Class UdpAnySourceMulticastClient
Implements IDisposable
- 繼承
-
UdpAnySourceMulticastClient
- 屬性
- 實作
建構函式
UdpAnySourceMulticastClient(IPAddress, Int32) |
已淘汰.
建立新的 UdpAnySourceMulticastClient UDP 用戶端,用於訂閱群組位址和接收來自任意來源的資料包。 |
屬性
MulticastLoopback |
已淘汰.
取得或設定值,指定輸出多點傳送封包是否會傳遞至傳送應用程式。 |
ReceiveBufferSize |
已淘汰.
取得或設定 Socket 的接收緩衝區大小 (以位元組為單位),用於這個 UdpAnySourceMulticastClient 執行個體上多點傳送的接收作業。 |
SendBufferSize |
已淘汰.
取得或設定 Socket 的傳送緩衝區大小 (以位元組為單位),用於這個 UdpAnySourceMulticastClient 執行個體上多點傳送的傳送作業。 |