HostEnumerateOpenConnections Method |
Enumerates open connections from the local host.
Namespace:
Alphaleonis.Win32.Network
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
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:
IEnumerableOpenConnectionInfoOpenConnectionInfo connection information from the local host.
Exceptions See Also