Click or drag to resize

SessionInfo Class

Detailed session information
Inheritance Hierarchy
SystemObject
  Koopman.CheckPointSessionInfo

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public class SessionInfo
Request Example View Source

The SessionInfo type exposes the following members.

Properties
  NameDescription
Public propertyApplication
Gets the name of the application serving the web_api requests.
Public propertyChanges
Gets the number of pending changes.
Public propertyColor
Color of the object
Public propertyComments
Comments string
Public propertyConnectionMode
Gets the connection mode.
Public propertyDescription
Gets the description.
Public propertyEmail
Gets the Administrator's email address.
Public propertyIcon
Object icon
Public propertyIPAddress
Gets the IP address from which the session was initiated.
Public propertyIsExpiredSession
Gets a value indicating whether this session is expired.
Public propertyIsInWork
Gets a value indicating whether this session is in work state.
Public propertyLastLoginTime
Gets the last login time.
Public propertyLastLogoutTime
Gets the last logout time.
Public propertyLocks
Gets the number of locked objects.
Public propertyName
Session name.
Public propertyPhoneNumber
Gets the Administrator's phone number.
Public propertyPublishTime
Gets the timestamp when user published changes on the management server.
Public propertyReadOnly
Indicates whether the session is read-only
Public propertySessionTimeout
Gets the session expiration timeout in seconds.
Public propertyState
Gets the session state.
Public propertyTags
Tags assigned to object
Public propertyType
Type of the object.
Public propertyUID
Session unique identifier.
Public propertyUserName
Gets the name of the logged in user.
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