UdpReceiveResult(Byte[], IPEndPoint) 构造函数

定义

初始化 UdpReceiveResult 类的新实例。

public:
 UdpReceiveResult(cli::array <System::Byte> ^ buffer, System::Net::IPEndPoint ^ remoteEndPoint);
public UdpReceiveResult (byte[] buffer, System.Net.IPEndPoint remoteEndPoint);
new System.Net.Sockets.UdpReceiveResult : byte[] * System.Net.IPEndPoint -> System.Net.Sockets.UdpReceiveResult
Public Sub New (buffer As Byte(), remoteEndPoint As IPEndPoint)

参数

buffer
Byte[]

用于缓冲 UDP 数据包中所接收数据的缓冲区。

remoteEndPoint
IPEndPoint

UDP 数据包的远程终结点。

适用于