Click or drag to resize

HostEnumerateOpenConnections Method

Enumerates open connections from the local host.

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static IEnumerable<OpenConnectionInfo> EnumerateOpenConnections()

Return Value

Type: IEnumerableOpenConnectionInfo
OpenConnectionInfo connection information from the local host.
Exceptions
See Also