UdpClient::SendAsync Method

.NET Framework (current version)
 

Sends a UDP datagram asynchronously to a remote host.

Namespace:   System.Net.Sockets
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodSendAsync(array<Byte>^, Int32)

Sends a UDP datagram asynchronously to a remote host.

System_CAPS_pubmethodSendAsync(array<Byte>^, Int32, IPEndPoint^)

Sends a UDP datagram asynchronously to a remote host.

System_CAPS_pubmethodSendAsync(array<Byte>^, Int32, String^, Int32)

Sends a UDP datagram asynchronously to a remote host.

Return to top
Show: