UdpClient.Send Method
.NET Framework 3.0
Sends a UDP datagram to a remote host.
UdpClient Members
System.Net.Sockets Namespace
Connect
| Name | Description |
|---|---|
| UdpClient.Send (Byte[], Int32) | Sends a UDP datagram to a remote host. Supported by the .NET Compact Framework. |
| UdpClient.Send (Byte[], Int32, IPEndPoint) | Sends a UDP datagram to the host at the specified remote endpoint. Supported by the .NET Compact Framework. |
| UdpClient.Send (Byte[], Int32, String, Int32) | Sends a UDP datagram to a specified port on a specified remote host. Supported by the .NET Compact Framework. |
Reference
UdpClient ClassUdpClient Members
System.Net.Sockets Namespace
Connect