ConnectivityChangedEventArgs
Namespace: Wisej.Hybrid.Shared.Communication
Assembly: Wisej.Hybrid
The current connectivity information from the change event.
- C#
- VB.NET
public class ConnectivityChangedEventArgs : EventArgs
Public Class ConnectivityChangedEventArgs
Inherits EventArgs
Constructors
ConnectivityChangedEventArgs(access, connectionProfiles)
Initializes a new instance of the ConnectivityChangedEventArgs class.
| Name | Type | Description |
|---|---|---|
| access | NetworkAccess | The current access of the network. |
| connectionProfiles | IEnumerable<ConnectionProfile> | 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.