Click or drag to resize

ISessionInfo Interface

Session Information - interface.

Namespace:  Xcalibur.Models.Sessions
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
public interface ISessionInfo

The ISessionInfo type exposes the following members.

Properties
  NameDescription
Public propertyClientName
Client name.
Public propertyConnectionState
Current state of the connection.
Public propertyConnectTime
Time the connection was established.
Public propertyDisconnectTime
Gets or sets the disconnect time.
Public propertyDomainName
Domain name.
Public propertyIdleTime
Amount of time the connection has been idle.
Public propertyIncomingBytes
Gets or sets the incoming bytes.
Public propertyIncomingCompressedBytes
Gets or sets the incoming compressed bytes.
Public propertyIncomingFrames
Gets or sets the incoming frames.
Public propertyIsLocal
Gets or sets a value indicating whether this instance is local.
Public propertyLastInputTime
Last time input was received (may be null if IdleTime is {00:00:00}
Public propertyLogonTime
Gets or sets the logon time.
Public propertyOutgoingBytes
Gets or sets the outgoing bytes.
Public propertyOutgoingCompressedBytes
Gets or sets the outgoing compressed bytes.
Public propertyOutgoingFrames
Gets or sets the outgoing frames.
Public propertyProtocolType
Gets or sets the type of the protocol.
Public propertySessionId
The ID assigned to the session.
Public propertyUserAccount
User account (domain / username)
Public propertyUserName
Username logged into account.
Public propertyWindowStationName
Name of connecting workstation.
Top
See Also