The Session type exposes the following members.
Properties
Name | Description | |
---|---|---|
AdditionalUtcOffset |
Gets or sets an additional clock skew for the session.
| |
AttemptToSetThreadCulture |
Gets or sets a value indicating whether to attempt to set IceLib's background threads' CurrentUICulture.
| |
AutoReconnectEnabled |
Enables or disables automatic reconnection attempts when the connection is lost.
| |
AutoReconnecting |
Identifies whether an AutoReconnect is in the process of occurring.
| |
ClockSkew |
Gets the clock skew.
| |
ConnectionState |
Gets the current ConnectionState of the Session.
| |
ConnectionStateMessage |
Gets the most recent text description of the state of the Session.
| |
ConnectionStateReason |
Gets the current ConnectionStateReason of the Session.
| |
CultureInfo |
Gets the culture info, as specified by SessionSettings.IsoLanguage.
| |
CustomerName |
Gets the name of the customer to whom IC is licensed.
| |
DisplayName |
Gets the display name for the logged in user.
| |
EffectiveStation |
Gets the effective station that the user is logged in to.
Remarks
This value is initially set to Empty, and will be updated after
the session user logs into a station.
| |
Endpoint |
Returns a new HostEndpoint containing the details of the currently connected HostEndpoint.
| |
ICServer |
Gets the name of the IC server to which the session is connected.
| |
InteractionCenterReleaseVersion |
Gets the release version information of the Interaction Center to which the session is connected (if available).
| |
IsEncrypted | Obsolete.
Returns whether the current connection is encrypted.
| |
RawSessionId |
The internal Session ID as a UInt32.
| |
SensitiveDataContext |
Gets the sensitive data context for this session.
| |
SessionId |
The internal Session ID.
| |
SessionManagerName |
Gets the relative distinguished name (RDN) of the SessionManager to which the session is connected.
| |
SessionManagerNameFQDN |
Gets the fully qualified domain name (FQDN) of the SessionManager to which the session is connected.
| |
SessionManagerReleaseVersion |
Gets the release version information of the Session Manager to which the session is connected (if available).
| |
SessionManagerVersion |
Gets the version number of the SessionManager to which the session is connected (if available).
| |
SupportedMedia |
Gets the supported media flags (SupportedMedia).
| |
UserAgreement |
Gets the user agreement text.
| |
UserId |
Gets the ID of the logged in IC user.
| |
UserLogOnId |
Gets the log on ID of the logged in IC user.
|