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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.