UdpReceiveResult(Byte[], IPEndPoint) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

buffer
Byte[]

Un búfer de datos para recibir en el paquete UDP.

remoteEndPoint
IPEndPoint

El extremo remoto del paquete UDP.

Se aplica a