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
Returns OpenConnectionInfo connection information from the local host.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when one or more required arguments are null.
NetworkInformationException
See Also