SendPacketsElement Constructor
Initializes a new instance of the SendPacketsElement class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | SendPacketsElement(array<Byte>^) | Initializes a new instance of the SendPacketsElement class using the specified buffer. |
![]() | SendPacketsElement(array<Byte>^, Int32, Int32) | Initializes a new instance of the SendPacketsElement class using the specified buffer, buffer offset, and count. |
![]() | SendPacketsElement(array<Byte>^, Int32, Int32, Boolean) | Initializes a new instance of the 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. |
![]() | SendPacketsElement(String^) | Initializes a new instance of the SendPacketsElement class using the specified file. |
![]() | SendPacketsElement(String^, Int32, Int32) | Initializes a new instance of the SendPacketsElement class using the specified filename path, offset, and count. |
![]() | SendPacketsElement(String^, Int32, Int32, Boolean) | Initializes a new instance of the 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. |
