ConnectivityChangedEventArgs
Wisej.Hybrid.Shared.Communication.ConnectivityChangedEventArgs
Namespace: Wisej.Hybrid.Shared.Communication
Assembly: Wisej.Hybrid (3.5.0.0)
The current connectivity information from the change event.
public class ConnectivityChangedEventArgs : EventArgs
Constructors
ConnectivityChangedEventArgs(access, connectionProfiles)

Initializes a new instance of the ConnectivityChangedEventArgs class.
Name
Type
Description
connectionProfiles
The connection profiles changing correspondingto this event.
Properties
ConnectionProfiles

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

NetworkAccess: Gets the current state of network access.
Even when Internet is returned, full internet access is not guaranteed.
Last updated