System.Net.Sockets.SendPacketsElement: Property Members

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

Public Properties

[read-only]
Bufferbyte[].

Gets the buffer to be sent if the System.Net.Sockets.SendPacketsElement class was initialized with a buffer parameter.

[read-only]
Countint.

Gets the count of bytes to be sent.

[read-only]
EndOfPacketbool.

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]
FilePathstring.

Gets the filename of the file to send if the System.Net.Sockets.SendPacketsElement class was initialized with a filepath parameter.

[read-only]
Offsetint.

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.