UdpAnySourceMulticastClient 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
从任意源接收多播流量的客户端接收器,亦称为任意源多播 (ASM) 或 Internet 标准多播 (ISM)。
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 实例上的多播发送操作。 |