ConfigureRemoting

Example: ConfigureRemotingAlphabetical List of Functions

Specifies the configuration file for the remoting environment.

void LrReplayUtils.ConfigureRemoting( string path [, bool ensureSecurity] );
pathThe path to search for the configuration file.
ensureSecuritySet to true to enable security. If the argument is not specified, the default is false.

ConfigureRemoting specifies the configuration file of the remoting environment for a .Net remoting script.

Note: Do not add this function manually to a script. It is generated by VuGen automatically.

The file is located as follows:
If a full path is passed, then look in the full path. Otherwise, search the script directory. If not found, search all paths used by the .Net Framework for configuring remoting.

Parameterization

Parameterization is not applicable to this function.