UdpSingleSourceMulticastClient 类
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
一个从单一源接收多播流量的客户端,亦称为源特定多播 (SSM)。
public ref class UdpSingleSourceMulticastClient : IDisposable
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public class UdpSingleSourceMulticastClient : IDisposable
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
type UdpSingleSourceMulticastClient = class
interface IDisposable
Public Class UdpSingleSourceMulticastClient
Implements IDisposable
- 继承
-
UdpSingleSourceMulticastClient
- 属性
- 实现
多播组地址和发件人源地址必须已知。
除了从特定发送方接收多播数据外, UdpSingleSourceMulticastClient 客户端还可以将单播数据发送回发送方。
若要从多个源接收多播,或者当源事先未知时,请改用 UdpSingleSourceMulticastClient 类。
Udp |
已过时.
创建一个可以订阅组地址并从单一源接收数据报的新 UdpSingleSourceMulticastClient UDP 客户端。 |
Receive |
已过时.
获取或设置 Socket 的接收缓冲区的大小(以字节为单位),该缓冲区用于此 UdpSingleSourceMulticastClient 实例上的多播接收操作。 |
Send |
已过时.
获取或设置 Socket 的发送缓冲区的大小(以字节为单位),该缓冲区用于此 UdpSingleSourceMulticastClient 实例上的多播发送操作。 |
Begin |
已过时.
绑定套接字并开始多播组的联接操作,以便允许接收来自单个源地址的数据报。 |
Begin |
已过时.
开始执行从已联接的多播组接收数据包的操作,并在来自指定发送器的数据包到达组时调用指定的回叫。 |
Begin |
已过时.
开始执行向之前指定的源发送单播数据包的操作。 |
Dispose() |
已过时.
离开多播组并释放 UdpSingleSourceMulticastClient 类和基础 Socket 的当前实例所使用的所有资源。 |
End |
已过时.
完成多播组的异步联接组操作。 |
End |
已过时.
完成从已联接的多播组接收数据包的异步操作并提供接收到的信息。 |
End |
已过时.
完成向单个源发送单播数据包的操作。 |
Equals(Object) |
已过时.
确定指定对象是否等于当前对象。 (继承自 Object) |
Get |
已过时.
作为默认哈希函数。 (继承自 Object) |
Get |
已过时.
获取当前实例的 Type。 (继承自 Object) |
Memberwise |
已过时.
创建当前 Object 的浅表副本。 (继承自 Object) |
To |
已过时.
返回表示当前对象的字符串。 (继承自 Object) |
产品 | 版本 (已过时) |
---|---|
.NET Framework | (4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1) |