Share via


Connectivity.ConnectionProfiles Property

Definition

Gets the active connectivity types for the device.

public static System.Collections.Generic.IEnumerable<Xamarin.Essentials.ConnectionProfile> ConnectionProfiles { get; }

Property Value

System.Collections.Generic.IEnumerable<ConnectionProfile>

List of all connection profiles.

Remarks

Can throw PermissionException on Android if ACCESS_NETWORK_STATE is not set in manifest.

Applies to