ISessionInfo Properties |
The ISessionInfo type exposes the following members.
| 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.
|