UdpSocket.sendToAddress
DatagramResult sendToAddress(scope const(ubyte)[] data, SocketAddress dest) @trustedSend a datagram to a specific destination address.
data is borrowed for the duration of the call only.
Parameters
data | Datagram payload to send. |
dest | Destination socket address. |
Returns
Result indicating success or failure reason.