UdpReceiveResult(Byte[], IPEndPoint) Costruttore

Definizione

Inizializza una nuova istanza della 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)

Parametri

buffer
Byte[]

Un buffer di dati da ricevere nel pacchetto UDP.

remoteEndPoint
IPEndPoint

Endpoint remoto del pacchetto UDP.

Si applica a