NetworkNotificationType Enumeration

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Describes a notification from the network when a change occurs.

Namespace:  Microsoft.Phone.Net.NetworkInformation
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Enumeration NetworkNotificationType
public enum NetworkNotificationType
<object property="enumerationValue" .../>

Members

Member name Description
InterfaceConnected A notification indicating that the network interface has connected.
InterfaceDisconnected A notification indicating that the network interface has disconnected.
CharacteristicUpdate A notification indicating that the network interface has changed, such as when it changes to roaming.

Remarks

The default value is InterfaceConnected.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

Microsoft.Phone.Net.NetworkInformation Namespace

Other Resources

Network and network interface information for Windows Phone 8