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()
Public Shared Function EnumerateNetworkConnections As IEnumerable(Of NetworkConnectionInfo)
public:
static IEnumerable<NetworkConnectionInfo^>^ EnumerateNetworkConnections()
static member EnumerateNetworkConnections : unit -> IEnumerable<NetworkConnectionInfo>
Return Value
Type:
IEnumerableNetworkConnectionInfoAn
IEnumerableT collection of defined network connections on the local host.
See Also