public ServerConfig(string username, string password, string environment, string endpoint);
|
Parameters |
Description |
|
string username |
the username used to login to PRO. E.g. admin |
|
string password | |
|
string environment |
the PRO environment to which the user belongs to. E.g. ROOT. Arguments are case insensitive |
|
string endpoint |
the URL of the PRO backend service. E.g. tcp://localhost:19340 |