Socket::BeginSend Method
.NET Framework (current version)
Sends data asynchronously to a connected Socket.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | BeginSend(array<Byte>^, Int32, Int32, SocketFlags, AsyncCallback^, Object^) | Sends data asynchronously to a connected Socket. |
![]() | BeginSend(array<Byte>^, Int32, Int32, SocketFlags, SocketError%, AsyncCallback^, Object^) | Sends data asynchronously to a connected Socket. |
![]() | 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. |
Show:
