The properties of the Citrix window should be determined by the JIA user upon creation of the properties element:
CitrixWindowProperties(string initialProgram, string address, string username, string domain, string password) |
Parameter |
Description |
---|---|
InitialProgram |
The name of the application in the Citrix server. |
Address |
The IP address of the Citrix server. |
Username |
The Citrix user name. |
Domain |
The Citrix server domain. |
Password |
The Citrix user password. |
Height |
The desired height of the Citrix window. The default value is 1024. |
Width |
The desired width of the Citrix window. The default value is 785. |
The following additional parameters can be used, but are rarely required:
Parameter |
Description |
---|---|
RegPath |
The path in the registry to the key that points to where the Citrix server is installed. The default value is @"HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\Install\ICA Client\"; |
RegKey |
The registry key that points to where the Citrix server is installed. The default value is “InstallFolder”. |
OpenTimeOutInMS |
The total time in which the OpenWindow() API must complete. |
OpenRetries |
The number of consecutive times that JIA attempts to open a Citrix window (if previous attempts were unsuccessful). |