DeviceNetworkingInfo
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid
Provides information about the device's network status, including network access and connection profiles.
- C#
- VB.NET
public class DeviceNetworkingInfo : DeviceInfoBase
Public Class DeviceNetworkingInfo
Inherits DeviceInfoBase
Access this class through the Info singleton.
Constructors
DeviceNetworkingInfo()
Initializes a new instance of the DeviceNetworkingInfo class.
Properties
ConnectionProfiles
ConnectionProfile[]: Gets an array of connection profiles representing the available network connections.
NetworkAccess
NetworkAccess: Gets the current network access status on the client device.
Methods
OnWebUpdate(info)
Updates the info configuration.
| Parameter | Type | Description |
|---|---|---|
| info | Object | The info configuration. |
Events
ConnectivityChanged
EventHandler Occurs when the connectivity state changes on the client device.