Page 1 of 1

Is it possible multiple host for configData?

Posted: 24 May 2016, 09:00
by Dzxyan
Is it possible multiple host for configData?
such like

Code: Select all

ConfigData.Host = “127.0.0.1”;
ConfigData.Port = 9933;
ConfigData.Zone = “Example”;
ConfigData.HttpsPort = 9933;
ConfigData.HttpPort = 8080;
want httpsPort and httpPort using different host.

Re: Is it possible multiple host for configData?

Posted: 24 May 2016, 10:14
by Lapo
Hi,
I am not sure I understand.

You typically connect each client to one server, so you just use one host. Multiple hosts would make sense if you used multiple connections per user.

Can you clarify what you're trying to do?

Thanks