Socket.BeginSend Method
.NET Framework 4
Sends data asynchronously 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 | |
|---|---|---|
|
BeginSend(IList<ArraySegment<Byte>>, SocketFlags, AsyncCallback, Object) | Sends data asynchronously to a connected Socket. |
|
BeginSend(IList<ArraySegment<Byte>>, SocketFlags, SocketError, AsyncCallback, Object) | Sends data asynchronously to a connected Socket. |
|
BeginSend(Byte[], Int32, Int32, SocketFlags, AsyncCallback, Object) | Sends data asynchronously to a connected Socket. |
|
BeginSend(Byte[], Int32, Int32, SocketFlags, SocketError, AsyncCallback, Object) | Sends data asynchronously to a connected Socket. |