Connectivity Enumeration

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

Specifies types of network connectivity.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library.Network
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
[FlagsAttribute]
public enum Connectivity
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration Connectivity
Visual C++
[FlagsAttribute]
public enum class Connectivity

Members

Member nameDescription
Disconnected
The underlying network interfaces have no connectivity to any network.
IPv4Internet
There is connectivity to the Internet using the IPv4 protocol.
IPv4LocalNetwork
There is connectivity to a routed network using the IPv4 protocol.
IPv4NoTraffic
There is connectivity to a network, but the service cannot detect any IPv4 network traffic.
IPv4Subnet
There is connectivity to the local subnet using the IPv4 protocol.
IPv6Internet
There is connectivity to the Internet using the IPv4 protocol.
IPv6LocalNetwork
There is connectivity to a local network using the IPv6 protocol.
IPv6NoTraffic
There is connectivity to a network, but the service cannot detect any IPv6 network traffic
IPv6Subnet
There is connectivity to the local subnet using the IPv6 protocol.

See Also