Class TerminalIdentifiers
The standard terminal identifiers.
public sealed class TerminalIdentifiers
- Inheritance
-
TerminalIdentifiers
- Inherited Members
Fields
CustomHandler
The custom
handler.
public const string CustomHandler = "custom"
Field Value
DefaultHandler
The default
handler.
public const string DefaultHandler = "default"
Field Value
OfflineLicenseMode
The offline
license mode.
public const string OfflineLicenseMode = "offline"
Field Value
OnPremiseDeployment
The onpremise
deployment.
public const string OnPremiseDeployment = "onpremise"
Field Value
OnlineLicenseMode
The online
license mode.
public const string OnlineLicenseMode = "online"
Field Value
RemoteCommandDelimiter
The remote command delimiter.
public const string RemoteCommandDelimiter = "$c$"
Field Value
RemoteMessageDelimiter
The remote command delimiter.
public const string RemoteMessageDelimiter = "$m$"
Field Value
TestApplicationId
The test application identifier for internal testing.
public const string TestApplicationId = "08c6925f-a734-4e24-8d84-e06737420766"
Field Value
Remarks
NOTE: This application is reserved for our internal testing purposes. Do not use in your application code.