i'm using this nuget package to discover a service on a network.
I would like to know if is it possible to access the txt record from:
IReadOnlyList<IZeroconfHost> hosts = await ZeroconfResolver.ResolveAsync("_hid._udp.local.", scanTime);
i want to get more informations (like devide id), of the service.
Thank you.
Regards.