Method SendMessage
SendMessage(Byte[], UdpEndPoint)
Sends a message to a particular address (uni or multicast) and port.
Declaration
void SendMessage(byte[] messageData, UdpEndPoint destination)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | messageData | A byte array containing the data to send. |
UdpEndPoint | destination | A UdpEndPoint representing the destination address for the data. Can be either a multicast or unicast destination. |