The properties of System.Net.Sockets.SendPacketsElement are listed below. For a list of all members, see the SendPacketsElement Members list.
See Also: Inherited members from System.Object
[read-only] | Buffer | byte[].
Gets the buffer to be sent if the System.Net.Sockets.SendPacketsElement class was initialized with a buffer parameter. |
[read-only] | Count | int.
Gets the count of bytes to be sent. |
[read-only] | EndOfPacket | bool.
Gets a Boolean value that indicates if this element should not be combined with the next element in a single send request from the sockets layer to the transport. |
[read-only] | FilePath | string.
Gets the filename of the file to send if the System.Net.Sockets.SendPacketsElement class was initialized with a filepath parameter. |
[read-only] | Offset | int.
Gets the offset, in bytes, from the beginning of the data buffer or file to the location in the buffer or file to start sending the data. |