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.
我想在移动设备(C#.net 紧凑框架)上获取我网络中所有 IP 地址的列表。
我阅读了几篇像这样的文章。问题是,在我的移动设备上,我无法异步 ping 它们,因为我只有不支持它的 opennetcf。并且ping它同步需要太长时间。
你知道这样做的图书馆吗,或者你知道我如何找到我网络中的所有主机,甚至可能没有 ping(这很慢)
端口无所谓,我只想知道,用了哪些IP...
谢谢你,卡尔