HostEnumerateOpenConnections Method |
Enumerates open connections from the local host.
Namespace: Alphaleonis.Win32.NetworkAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public static IEnumerable<OpenConnectionInfo> EnumerateOpenConnections()
Public Shared Function EnumerateOpenConnections As IEnumerable(Of OpenConnectionInfo)
public:
static IEnumerable<OpenConnectionInfo^>^ EnumerateOpenConnections()
static member EnumerateOpenConnections : unit -> IEnumerable<OpenConnectionInfo>
Return Value
Type:
IEnumerableOpenConnectionInfoReturns
OpenConnectionInfo connection information from the local host.
Exceptions See Also