# DeviceNetworkingInfo

Namespace: **Wisej.Hybrid**

Assembly: **Wisej.Hybrid** (3.5.0.0)

* [DeviceInfoBase](https://docs.wisej.com/hybrid/start/api/general/wisej.hybrid.core.deviceinfobase)
  * [DeviceNetworkingInfo](https://docs.wisej.com/hybrid/start/api/network/wisej.hybrid.devicenetworkinginfo)

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

{% tabs %}
{% tab title="C#" %}

```csharp
public class DeviceNetworkingInfo : DeviceInfoBase
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class DeviceNetworkingInfo
    Inherits DeviceInfoBase
```

{% endtab %}
{% endtabs %}

Access this class through the [Info](https://docs.wisej.com/hybrid/start/general/wisej.hybrid.device#info) singleton.

## Constructors

### ![](https://1168517704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLgWHTlbcMvpwVT7mLBW%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)DeviceNetworkingInfo()

Initializes a new instance of the [DeviceNetworkingInfo](https://docs.wisej.com/hybrid/start/api/network/wisej.hybrid.devicenetworkinginfo) class.

## Properties

### ![](https://1168517704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLgWHTlbcMvpwVT7mLBW%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)ConnectionProfiles

[ConnectionProfile\[\]](https://docs.wisej.com/hybrid/start/api/network/wisej.hybrid.shared.communication.connectionprofile): Gets an array of connection profiles representing the available network connections.

### ![](https://1168517704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLgWHTlbcMvpwVT7mLBW%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)NetworkAccess

[NetworkAccess](https://docs.wisej.com/hybrid/start/api/network/wisej.hybrid.shared.communication.networkaccess): Gets the current network access status on the client device.

## Methods

### ![](https://1168517704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLgWHTlbcMvpwVT7mLBW%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)OnWebUpdate(info)

Updates the info configuration.

| Parameter | Type                                                          | Description             |
| --------- | ------------------------------------------------------------- | ----------------------- |
| **info**  | [Object](https://docs.microsoft.com/dotnet/api/system.object) | The info configuration. |

## Events

### ![](https://1168517704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLgWHTlbcMvpwVT7mLBW%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)ConnectivityChanged

[EventHandler](https://docs.microsoft.com/dotnet/api/system.eventhandler) Occurs when the connectivity state changes on the client device.
