Click or drag to resize

HostEnumerateNetworkConnections Method

[AlphaFS] Returns an enumerable collection of defined network connections on the local host.

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static IEnumerable<NetworkConnectionInfo> EnumerateNetworkConnections()

Return Value

Type: IEnumerableNetworkConnectionInfo
An IEnumerableT collection of defined network connections on the local host.
See Also