SessionInfo Class |
Namespace: Xcalibur.Models.Sessions
The SessionInfo type exposes the following members.
Name | Description | |
---|---|---|
SessionInfo | Initializes a new instance of the SessionInfo class |
Name | Description | |
---|---|---|
ClientName |
Client name.
| |
ConnectionState |
Current state of the connection.
| |
ConnectTime |
Time the connection was established.
| |
DisconnectTime |
Gets or sets the disconnect time.
| |
DomainName |
Domain name.
| |
IdleTime |
Amount of time the connection has been idle.
| |
IncomingBytes |
Gets or sets the incoming bytes.
| |
IncomingCompressedBytes |
Gets or sets the incoming compressed bytes.
| |
IncomingFrames |
Gets or sets the incoming frames.
| |
IsLocal |
Gets or sets a value indicating whether this instance is local.
| |
LastInputTime |
Last time input was received
(may be null if IdleTime is {00:00:00}
| |
LogonTime |
Gets or sets the logon time.
| |
OutgoingBytes |
Gets or sets the outgoing bytes.
| |
OutgoingCompressedBytes |
Gets or sets the outgoing compressed bytes.
| |
OutgoingFrames |
Gets or sets the outgoing frames.
| |
ProtocolType |
Gets or sets the type of the protocol.
| |
SessionId |
The ID assigned to the session.
| |
UserAccount |
User account (domain / username)
| |
UserName |
Username logged into account.
| |
WindowStationName |
Name of connecting workstation.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |