Socket.Send Method
.NET Framework 4.5
Sends data to a connected Socket.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Send(IList<ArraySegment<Byte>>) | Sends the set of buffers in the list to a connected Socket. |
|
Send(Byte[]) | Sends data to a connected Socket. |
|
Send(IList<ArraySegment<Byte>>, SocketFlags) | Sends the set of buffers in the list to a connected Socket, using the specified SocketFlags. |
|
Send(Byte[], SocketFlags) | Sends data to a connected Socket using the specified SocketFlags. |
|
Send(IList<ArraySegment<Byte>>, SocketFlags, SocketError) | Sends the set of buffers in the list to a connected Socket, using the specified SocketFlags. |
|
Send(Byte[], Int32, SocketFlags) | Sends the specified number of bytes of data to a connected Socket, using the specified SocketFlags. |
|
Send(Byte[], Int32, Int32, SocketFlags) | Sends the specified number of bytes of data to a connected Socket, starting at the specified offset, and using the specified SocketFlags. |
|
Send(Byte[], Int32, Int32, SocketFlags, SocketError) | Sends the specified number of bytes of data to a connected Socket, starting at the specified offset, and using the specified SocketFlags |