Connectivity.ConnectionProfiles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.