Hello!
We have defined in App.config Livelink hostname and port like this:
<configuration>
<appSettings>
<add key="livelink.host" value=""/>
<add key="livelink.port" value=""/>
</appSettings>
</configuration>
Is possible to change values dynamically, with a method for example.
With
Authentication authclient = new Authentication()authclient.ServiceContext.Server;
you can only get hostname value, but you cannot set it.
Thank you for your answers.
Regards.