Zeroconf get txt record

322 Views Asked by At

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.

0

There are 0 best solutions below