Click or drag to resize

HostEnumerateNetworks Method (NetworkConnectivityLevels)

[AlphaFS] Returns an enumerable collection of networks available on the local host.

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static IEnumerable<NetworkInfo> EnumerateNetworks(
	NetworkConnectivityLevels networkConnectivityLevels
)

Parameters

networkConnectivityLevels
Type: Alphaleonis.Win32.NetworkNetworkConnectivityLevels
The NetworkConnectivityLevels that specify the connectivity level of the returned NetworkInfo instances.

Return Value

Type: IEnumerableNetworkInfo
An IEnumerableT collection of networks on the local host, as specified by networkConnectivityLevels.
See Also