XFNLNET_CLASS_HOST
xfServerPlus host for xfNetLink .NET
|
|
|
NSupported in Synergy .NET
|
The XFNLNET_CLASS_HOST setting specifies the name or IP address of the xfServerPlus machine for all classes or a specific class.
Value
xfServerPlus machine name or IP address in IPv4 or IPv6 format.
Discussion
The default value is localhost.
CLASS in the environment variable name can be either DEFAULT (which means the setting applies to all classes) or the name of a specific class in your assembly (which means it applies only to that class).
This environment variable can be used with any xfNetLink .NET application. If an application configuration file exists for a .NET Framework application, the value set in the config file will override the corresponding environment variable.
Setting location
The environment where the client program runs.
Used by
xfNetLink .NET
Examples
In this example, MyClass will use the xfServerPlus machine named Cheetah and all other classes will use the machine named Tiger.
set XFNLNET_MyClass_HOST = Cheetah set XFNLNET_DEFAULT_HOST = Tiger