Connectivity.ConnectionProfiles 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取设备的活动连接类型。
public static System.Collections.Generic.IEnumerable<Xamarin.Essentials.ConnectionProfile> ConnectionProfiles { get; }
属性值
System.Collections.Generic.IEnumerable<ConnectionProfile>
所有连接配置文件的列表。
注解
如果未在清单中设置ACCESS_NETWORK_STATE,则可以在 Android 上引发 PermissionException。