SendPacketsElement Constructor (array<Byte>^)

 

Initializes a new instance of the SendPacketsElement class using the specified buffer.

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

public:
SendPacketsElement(
	array<unsigned char>^ buffer
)

Parameters

buffer
Type: array<System::Byte>^

A byte array of data to send using the Socket::SendPacketsAsync method.

Exception Condition
ArgumentNullException

The buffer parameter cannot be null

The SendPacketsElement(array<Byte>^) constructor initializes a new instance of the SendPacketsElement class with a byte array of data. The SendPacketsElement class is used with the SocketAsyncEventArgs::SendPacketsElements property to get or set a data buffer or file to be sent using the Socket::SendPacketsAsync method.

.NET Framework
Available since 2.0
Return to top
Show: