Method SendTo
SendTo(Byte[], UdpEndPoint)
Sends a UDP message to a particular end point (uni or multicast).
Declaration
void SendTo(byte[] messageData, UdpEndPoint endPoint)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | messageData | The data to send. |
| UdpEndPoint | endPoint | The UdpEndPoint providing the address and port to send to. |