IConnectivity Interface

Definition

The Connectivity API lets you monitor for changes in the device's network conditions, check the current network access, and determine how it is currently connected.

public interface class IConnectivity
public interface IConnectivity
type IConnectivity = interface
Public Interface IConnectivity

Properties

ConnectionProfiles

Gets the active connectivity types for the device.

NetworkAccess

Gets the current state of network access.

Events

ConnectivityChanged

Occurs when network access or profile has changed.

Applies to