UdpClient.Send Method
.NET Framework 4.5
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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. |