ClientSession Class

Class for ClientSession information.
Public Class ClientSession
This language is not supported or no code example is available.
public class ClientSession
This language is not supported or no code example is available.
Name Description
Public constructor ClientSession(RunObj, int) Construct the instance
Top
Name Description
Public property ComputerIP Gets the computer IP.
Public property ComputerName Gets the computer name.
Public property IsBackButtonVisibleOnIOS Flag to indicate back button visible on iOS
Public property IsConnected Flag to indicate if client is connected with server.
Public property IsIPad Flag to indicate if is running on iPad
Public property IsIPhone Flag to indicate if is running on iPhone
Public property IsLocal Flag indicating whether client is local.
Public property IsRemote Flag indicating whether client is remote.
Public property IsSmartClient Flag to indicate if is running as TSmartClient
Public property IsSmartDevice Flag to indicate if is running on smart device
Public property IsSmartDevicePortrait Flag to indicate if is running on smart device Portrait
Public property IsWebBrowser Gets the information if is running on web browser.
Public property LogonDateTime Gets the last Logon DateTime.
Public property NumberOfTagPropertiesLoaded Number of tag properites (Value, Min, Max, etc.) load in memory
Public property NumberOfTagsLoaded Number of tags load in memory
Public property Parameters Gets initialization parameters
Public property ServerHttpAddress Gets the server's http address
Public property StatusBarVisibleOnIOS Flag to indicate status bar visible on iOS.
Public property UserInactivity Gets a TimteSpan with the User Inactivity.
Top
Methods
 
Name Description
Public method ChangeUserPasswordAsync(string, string, string) Change password of runtime users
Public method GetPasswordHintAsync(string) Get password hint
Public method LogOn() Log on
Public method LogOnGuestAsync() Log on as guest
Public method SetBlockedUserAsync(string, bool) Obsolete. Block or unblock runtime user.
Public method SetDeletedUserAsync(string, bool) Set flag Deleted of runtime user. This method does not remove user in runtime database.
Top
Name Description
Public enumeration e Enum containg list of IDs of runtime objects
Top
T.Modules.ClientStation.ClientSession

.NET Framework

Supported in: 4.8

In this article

Definition