System.Net.Sockets.SocketAsyncEventArgs.SendPacketsElements Property

Gets or sets an array of buffers to be sent for an asynchronous operation used by the Socket.SendPacketsAsync(SocketAsyncEventArgs) method.

Syntax

public SendPacketsElement[] SendPacketsElements { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The array of buffers can represent a file or files in memory or a set of memory data buffers. This property is used with the Socket.SendPacketsAsync(SocketAsyncEventArgs) method.

Requirements

Namespace: System.Net.Sockets
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0