UdpReceiveResult::Buffer Property

.NET Framework (current version)
 

Gets a buffer with the data received in the UDP packet.

Namespace:   System.Net.Sockets
Assembly:  System (in System.dll)

public:
property array<unsigned char>^ Buffer {
	array<unsigned char>^ get();
}

Property Value

Type: array<System::Byte>^

Returns Byte.

A Byte array with the data received in the UDP packet.

.NET Framework
Available since 4.5
Return to top
Show: