gpt4 book ai didi

c# - GetAllNetworkInterfaces() 抛出异常

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:41:06 25 4
gpt4 key购买 nike

在 Mono for Android 中,我正在尝试获取本地网络中我的设备的所有 IP 地址。

我不介意环回,但我对调用 DNS 不感兴趣。

最好的方法似乎是调用...

using System.Net.NetworkInformation;

NetworkInterface[] adapters = NetworkInterface.GetAllNetworkInterfaces();

...除了抛出...

System.EntryPointNotFoundException: getifaddrs

有什么建议吗?

最佳答案

不幸的是,这是 Android 版 Mono 中的一个已知错误。错误报告可用 here .

关于c# - GetAllNetworkInterfaces() 抛出异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9973980/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com