Click or drag to resize

SessionInfoLevel Enumeration

The SessionInfo information level.

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public enum SessionInfoLevel
Members
  Member nameValueDescription
Info00Contains the name of the computer that established the session.
Info11Contains information about the session, including name of the computer; name of the user; and open files, pipes, and devices on the computer.
Info22Contains information about the session, including name of the computer; name of the user; open files, pipes, and devices on the computer; and the type of client that established the session.
Info1010Contains information about the session, including name of the computer; name of the user; and active and idle times for the session.
Info502502Contains information about the session, including name of the computer; name of the user; open files, pipes, and devices on the computer; and the name of the transport the client is using.
See Also