Click or drag to resize

HostEnumerateNetworks Method

[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()

Return Value

Type: IEnumerableNetworkInfo
An IEnumerableT collection of connected and disconnected networks on the local host.
See Also