DeviceNetworkingInfo

Wisej.Hybrid.DeviceNetworkingInfo

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid (3.5.0.0)

Provides information about the device's network status, including network access and connection profiles.

public class DeviceNetworkingInfo : DeviceInfoBase

Access this class through the Info singleton.

Constructors

Initializes a new instance of the DeviceNetworkingInfo class.

Properties

ConnectionProfile[]: Gets an array of connection profiles representing the available network connections.

NetworkAccess: Gets the current network access status on the client device.

Methods

Updates the info configuration.

ParameterTypeDescription

info

The info configuration.

Events

EventHandler Occurs when the connectivity state changes on the client device.

Last updated