在 C# 中,我们如何检测特定的 NetworkInterface 是 WiFi 接口?
我正在使用以下调用来枚举接口,但必须检测其中哪些是无线接口
public static NetworkInterface[] GetAllNetworkInterfaces()
谢谢
在 C# 中,我们如何检测特定的 NetworkInterface 是 WiFi 接口?
我正在使用以下调用来枚举接口,但必须检测其中哪些是无线接口
public static NetworkInterface[] GetAllNetworkInterfaces()
谢谢