SendPacketsElement::Buffer Property

 

Gets the buffer to be sent if the SendPacketsElement class was initialized with a buffer parameter.

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>^

The byte buffer to send if the SendPacketsElement class was initialized with a buffer parameter.

The default value for the Buffer property is a zero-length array if the SendPacketsElement class was not initialized with a buffer parameter.

.NET Framework
Available since 2.0
Return to top
Show: