UdpReceiveResult(Byte[], IPEndPoint) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

buffer
Byte[]

Bufor danych odbieranych w pakiecie UDP.

remoteEndPoint
IPEndPoint

Zdalny punkt końcowy pakietu UDP.

Dotyczy