xfNetLink .NET configuration settings
xfNetLink .NET uses settings in an application configuration file, which are entered with the xfNetLink .NET Configuration Utility, or set with environment variables. The latter is required for .NET 6 and higher, while .NET Framework applications can use either the configuration file or the environment variables. See Specifying configuration settings for more information on configuration files, environment variables, and whether you need to use these features.
Configuration File Settings for xfNetLink .NET |
|||
---|---|---|---|
Use this setting |
To specify this |
Corresponding environment variable |
For more information |
host |
Machine where xfServerPlus is running. |
||
port |
Port that xfServerPlus is running on. |
||
logging |
The type of information to be logged. |
Creating and editing configuration files and |
|
logfile |
Name of the file that logging information should be written to. |
||
single log file |
All sessions will share a common log file. (Otherwise, a separate log file will be used for each class that instantiates a connection to xfServerPlus.) |
||
connect timeout |
Amount of time xfNetLink will wait for an acknowledgment from the session started by the logic server in xfServerPlus. |
||
initialize timeout |
(pooling only) Amount of time xfNetLink will wait for a return from a remote call to xfServerPlus when any of the five pooling support methods are called. |
||
pool return |
(pooling only) Objects will be returned to the pool after they are used. |
||
encoding |
The default character set used to encode and decode characters when sending data from .NET to Synergy. |
Default Configuration Settings table or Synergex KB 2496 |