标签: c#
在C#中,我们如何检测特定的NetworkInterface是否为WiFi接口?
我正在使用以下调用来枚举接口,但必须检测它们中的哪些是无线接口
public static NetworkInterface[] GetAllNetworkInterfaces()
由于