Connectivity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Connectivity APIs lets you monitor for changes in the device's network conditions, check the current network access, and how it is currently connected.
public ref class Connectivity abstract sealed
public static class Connectivity
type Connectivity = class
Public Class Connectivity
- Inheritance
-
Connectivity
Properties
| Name | Description |
|---|---|
| ConnectionProfiles |
Gets the active connectivity types for the device. |
| Current |
Provides the default implementation for static usage of this API. |
| NetworkAccess |
Gets the current state of network access. |
Events
| Name | Description |
|---|---|
| ConnectivityChanged |
Occurs when network access or profile has changed. |