UdpClient::Send Method

 

Sends a UDP datagram to a remote host.

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

NameDescription
System_CAPS_pubmethodSend(array<Byte>^, Int32)

Sends a UDP datagram to a remote host.

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

Sends a UDP datagram to the host at the specified remote endpoint.

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

Sends a UDP datagram to a specified port on a specified remote host.

Return to top
Show: