Represents an element in a System.Net.Sockets.SendPacketsElement array.
See Also: SendPacketsElement Members
The System.Net.Sockets.SendPacketsElement class is used to enhance the System.Net.Sockets.Socket class for use by server applications that use asynchronous network I/O to achieve the highest performance. The System.Net.Sockets.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(SocketAsyncEventArgs) method.