UdpClient::BeginSend Method

 

Sends a datagram to a remote host asynchronously.

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

NameDescription
System_CAPS_pubmethodBeginSend(array<Byte>^, Int32, AsyncCallback^, Object^)

Sends a datagram to a remote host asynchronously. The destination was specified previously by a call to Connect.

System_CAPS_pubmethodBeginSend(array<Byte>^, Int32, IPEndPoint^, AsyncCallback^, Object^)

Sends a datagram to a destination asynchronously. The destination is specified by a EndPoint.

System_CAPS_pubmethodBeginSend(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.

Return to top
Show: