CitrixVirtualUser Address Property C# API
Get/set the Address of the Citrix server.

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

public string Address { get; set; }

Field Value

The current address, IP or hostname, of the Citrix server.
Remarks

The property must be set after calling StartCitrixClient(Int32, Int32) but before Connect  to take effect. Setting this property will override the Address shown in the ICA file (when using LoadIcaFile(String)). If the property is omitted then the Address in the ICA file will be used if used. The Address property can be used to replicate the load balancing actions of the Citrix Server.
See Also