NetworkStatus
Describes the device's current network reachability state as reported by
ConnectivityService.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 607 | Unknown | 0 | The network connection state has not yet been determined or is unavailable on the current platform. | |
| 607 | Connected | 1 | The device has an active network connection. | |
| 607 | Disconnected | 2 | The device does not currently have a network connection. |
Description
Describes the device's current network reachability state as tracked by
ConnectivityService. The engine's connectivity subsystem monitors
platform-level network availability and updates the NetworkStatus property
with one of these values whenever the state changes.
History 4
- 607 Add Unknown
- 607 Add Disconnected
- 607 Add Connected
- 607 Add NetworkStatus