Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用这个nuget 包来发现网络上的服务。
我想知道是否可以从以下位置访问 txt 记录:
IReadOnlyList<IZeroconfHost> hosts = await ZeroconfResolver.ResolveAsync("_hid._udp.local.", scanTime);
我想获得该服务的更多信息(例如 devide id)。
谢谢你。
问候。