ConnectivityChangedEventArgs Constructor

Definition

Public constructor

public ConnectivityChangedEventArgs (Xamarin.Essentials.NetworkAccess access, System.Collections.Generic.IEnumerable<Xamarin.Essentials.ConnectionProfile> connectionProfiles);

Parameters

access
NetworkAccess

The current access of the network

connectionProfiles
IEnumerable<ConnectionProfile>

The connection profiles of the events changing

Applies to