UdpReceiveResult(Byte[], IPEndPoint) Construtor

Definição

Inicializa uma nova instância da classe 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[]

Um buffer de dados a serem recebidos no pacote UDP.

remoteEndPoint
IPEndPoint

O ponto de extremidade remoto do pacote UDP.

Aplica-se a