System.Net.Sockets.SendPacketsElement Members

The members of System.Net.Sockets.SendPacketsElement are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Net.Sockets.SendPacketsElement class using the specified buffer.

Initializes a new instance of the System.Net.Sockets.SendPacketsElement class using the specified file.

Initializes a new instance of the System.Net.Sockets.SendPacketsElement class using the specified buffer, buffer offset, and count.

Initializes a new instance of the System.Net.Sockets.SendPacketsElement class using the specified filename path, offset, and count.

Initializes a new instance of the System.Net.Sockets.SendPacketsElement class using the specified buffer, buffer offset, and count with an option to combine this element with the next element in a single send request from the sockets layer to the transport.

Initializes a new instance of the System.Net.Sockets.SendPacketsElement class using the specified filename path, buffer offset, and count with an option to combine this element with the next element in a single send request from the sockets layer to the transport.

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.