|
Properties |
ListenPort as Integer |
Defines TCP listen port. All RPC clients must connect to this port. NOTE: In the demo version ListenPort can not be changed and clients connects to the default port: 40404 |
ListenHost as String |
Defines IP address for listening. RPC server listens (accept connections) on this IP only. If you set 127.0.0.1 - connections accepted from local host only. NOTE: In the demo version ListenHost can not be changed and clients can connect to the any system IP address. Default value: 0.0.0.0. |
MaxConnectionsCount as Integer |
Defines maximum allowed connections count to the server. In the demo version limited by two connections. |
ConnectionsCount as Integer |
[Read only] Returns current connections count. |