IConnectivity Interface
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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.