SendPacketsElement Properties
.NET Framework (current version)
Namespace:
System.Net.Sockets
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Buffer | Gets the buffer to be sent if the SendPacketsElement class was initialized with a buffer parameter. |
![]() | Count | Gets the count of bytes to be sent. |
![]() | EndOfPacket | 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. |
![]() | FilePath | Gets the filename of the file to send if the SendPacketsElement class was initialized with a filepath parameter. |
![]() | Offset | 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. |
Show:
