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()
Public Shared Function EnumerateSessions As IEnumerable(Of SessionInfo)
public:
static IEnumerable<SessionInfo^>^ EnumerateSessions()
static member EnumerateSessions : unit -> IEnumerable<SessionInfo>
Return Value
Type:
IEnumerableSessionInfoAn
IEnumerableT collection from the local host.
See Also