using System.Net; namespace MultiTerm.Protocols.Udp; /// /// A message that is sent by the to report that it has connected to an endpoint. /// Main reason to use this message is to find out the of the endpoint. /// internal record UdpConnectedMessage(IPAddress ResolvedAddress);