UdpSingleSourceMulticastClient 类

定义

注意

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 类。

构造函数

UdpSingleSourceMulticastClient(IPAddress, IPAddress, Int32)
已过时.

创建一个可以订阅组地址并从单一源接收数据报的新 UdpSingleSourceMulticastClient UDP 客户端。

属性

ReceiveBufferSize
已过时.

获取或设置 Socket 的接收缓冲区的大小(以字节为单位),该缓冲区用于此 UdpSingleSourceMulticastClient 实例上的多播接收操作。

SendBufferSize
已过时.

获取或设置 Socket 的发送缓冲区的大小(以字节为单位),该缓冲区用于此 UdpSingleSourceMulticastClient 实例上的多播发送操作。

方法

BeginJoinGroup(AsyncCallback, Object)
已过时.

绑定套接字并开始多播组的联接操作,以便允许接收来自单个源地址的数据报。

BeginReceiveFromSource(Byte[], Int32, Int32, AsyncCallback, Object)
已过时.

开始执行从已联接的多播组接收数据包的操作,并在来自指定发送器的数据包到达组时调用指定的回叫。

BeginSendToSource(Byte[], Int32, Int32, Int32, AsyncCallback, Object)
已过时.

开始执行向之前指定的源发送单播数据包的操作。

Dispose()
已过时.

离开多播组并释放 UdpSingleSourceMulticastClient 类和基础 Socket 的当前实例所使用的所有资源。

EndJoinGroup(IAsyncResult)
已过时.

完成多播组的异步联接组操作。

EndReceiveFromSource(IAsyncResult, Int32)
已过时.

完成从已联接的多播组接收数据包的异步操作并提供接收到的信息。

EndSendToSource(IAsyncResult)
已过时.

完成向单个源发送单播数据包的操作。

Equals(Object)
已过时.

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()
已过时.

作为默认哈希函数。

(继承自 Object)
GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()
已过时.

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()
已过时.

返回表示当前对象的字符串。

(继承自 Object)

适用于