UdpClient.Send Method
.NET Framework 3.5
Sends a UDP datagram to a remote host.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Send(Byte[], Int32) | Sends a UDP datagram to a remote host. |
|
Send(Byte[], Int32, IPEndPoint) | Sends a UDP datagram to the host at the specified remote endpoint. |
|
Send(Byte[], Int32, String, Int32) | Sends a UDP datagram to a specified port on a specified remote host. |