UdpClient::Send Method
.NET Framework (current version)
Sends a UDP datagram to a remote host.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | Send(array<Byte>^, Int32) | Sends a UDP datagram to a remote host. |
![]() | Send(array<Byte>^, Int32, IPEndPoint^) | Sends a UDP datagram to the host at the specified remote endpoint. |
![]() | Send(array<Byte>^, Int32, String^, Int32) | Sends a UDP datagram to a specified port on a specified remote host. |
Show:
