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

Initializes a new instance of the ConnectivityChangedEventArgs class.

NameTypeDescription

access

The current access of the network.

connectionProfiles

The connection profiles changing correspondingto this event.

Properties

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

NetworkAccess: Gets the current state of network access.

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

Last updated