SendPacketsElement Constructor (array<Byte>^)
.NET Framework (current version)
Initializes a new instance of the SendPacketsElement class using the specified buffer.
Assembly: System (in System.dll)
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
Available since 2.0
Show: