Skip to main content

ConnectivityChangedEventArgs

Namespace: Wisej.Hybrid.Shared.Communication

Assembly: Wisej.Hybrid

The current connectivity information from the change event.

public class ConnectivityChangedEventArgs : EventArgs

Constructors​

Instance memberConnectivityChangedEventArgs(access, connectionProfiles)​

Initializes a new instance of the ConnectivityChangedEventArgs class.

NameTypeDescription
accessNetworkAccessThe current access of the network.
connectionProfilesIEnumerable<ConnectionProfile>The connection profiles changing correspondingto this event.

Properties​

Instance memberConnectionProfiles​

IEnumerable<ConnectionProfile>: Gets the active connectivity profiles for the device.

Instance memberNetworkAccess​

NetworkAccess: Gets the current state of network access.

Even when Internet is returned, full internet access is not guaranteed.