This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
Socket..::.Send Method
Sends data to a connected Socket.

Overload List
|
| Name | Description |
|---|
.gif) .gif) | Send(array<Byte>[]()[]) | Sends data to a connected Socket. |
.gif) | Send(IList<(Of <(ArraySegment<(Of <(Byte>)>)>)>)) | Sends the set of buffers in the list to a connected Socket. |
.gif) .gif) | Send(array<Byte>[]()[], SocketFlags) | Sends data to a connected Socket using the specified SocketFlags. |
.gif) | Send(IList<(Of <(ArraySegment<(Of <(Byte>)>)>)>), SocketFlags) | Sends the set of buffers in the list to a connected Socket, using the specified SocketFlags. |
.gif) .gif) | Send(array<Byte>[]()[], Int32, SocketFlags) | Sends the specified number of bytes of data to a connected Socket, using the specified SocketFlags. |
.gif) | Send(IList<(Of <(ArraySegment<(Of <(Byte>)>)>)>), SocketFlags, SocketError%) | Sends the set of buffers in the list to a connected Socket, using the specified SocketFlags. |
.gif) .gif) | Send(array<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. |
.gif) | Send(array<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 |
Top

See Also