Overload List
| Name | Description |
|---|---|
| MultiConnectionConfig(List<(Of <<'(ConnectionConfig>)>>)) |
Use this constructor to configure the servers differently.
The primary use for this is to specify different username/password for the different servers,
or any other specific settings per server.
|
| MultiConnectionConfig(List<(Of <<'(LiveViewURI>)>>), String, String) |
Use this constructor to configure all the servers identically, using the given username/password (if non-null).
|