ConnectState Enumeration

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

Specifies the connection state of a network interface.

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

Syntax

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

Members

Member name Description
Disconnected A network interface that is disconnected.
Connected A network interface that is connected.

Remarks

The default value is Disconnected.

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