UdpClient::BeginSend Method
.NET Framework (current version)
Sends a datagram to a remote host asynchronously.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | BeginSend(array<Byte>^, Int32, AsyncCallback^, Object^) | Sends a datagram to a remote host asynchronously. The destination was specified previously by a call to Connect. |
![]() | BeginSend(array<Byte>^, Int32, IPEndPoint^, AsyncCallback^, Object^) | Sends a datagram to a destination asynchronously. The destination is specified by a EndPoint. |
![]() | BeginSend(array<Byte>^, Int32, String^, Int32, AsyncCallback^, Object^) | Sends a datagram to a destination asynchronously. The destination is specified by the host name and port number. |
Show:
