SessionInfo Class |
Namespace: Alphaleonis.Win32.Network
The SessionInfo type exposes the following members.
Name | Description | |
---|---|---|
ActiveTime | The session active duration. | |
ClientType | The type of client that established the session. Sessions from LAN Manager servers running UNIX also will appear as LAN Manager 2.0. | |
EncryptedSession | A value that describes how the User established the session. | |
GuestSession | A value that describes how the User established the session. | |
HostName | The host name of this session information. | |
IdleTime | The session idle duration. | |
NetName | The Computer name or IP address that established the session. | |
OpenedResources | The number of files, devices, and pipes opened during the session. | |
SessionLevel | The structure level for the SessionInfo instance. | |
TransportType | The name of the transport that the client is using to communicate with the server. | |
UserName | The name of the User who established the session. |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns the host name of this session information. (Overrides ObjectToString.) |