Click or drag to resize

SessionInfo Class

Session Information.
Inheritance Hierarchy
SystemObject
  Xcalibur.Models.SessionsSessionInfo

Namespace:  Xcalibur.Models.Sessions
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class SessionInfo : ISessionInfo

The SessionInfo type exposes the following members.

Constructors
  NameDescription
Public methodSessionInfo
Initializes a new instance of the SessionInfo class
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also