SendPacketsElement Constructor

 

Initializes a new instance of the SendPacketsElement class.

Namespace:   System.Net.Sockets
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodSendPacketsElement(array<Byte>^)

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

System_CAPS_pubmethodSendPacketsElement(array<Byte>^, Int32, Int32)

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

System_CAPS_pubmethodSendPacketsElement(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.

System_CAPS_pubmethodSendPacketsElement(String^)

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

System_CAPS_pubmethodSendPacketsElement(String^, Int32, Int32)

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

System_CAPS_pubmethodSendPacketsElement(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.

Return to top
Show: