The members of System.Net.Sockets.SendPacketsElement are listed below.
See Also: Inherited members from System.Object
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. |
[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. |