Click or drag to resize

HostEnumerateSessions Method

[AlphaFS] Enumerates sessions established on the local host.

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static IEnumerable<SessionInfo> EnumerateSessions()

Return Value

Type: IEnumerableSessionInfo
An IEnumerableT collection from the local host.
See Also