SystemAPIGetConnectionLimit Method |
Returns the maximum number of simultaneous connections from different IP addresses (different client computers).
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.7.0
Syntaxpublic int GetConnectionLimit()
Return Value
Int32The maximum number of simultaneous connections from different clients, or a negative value if unlimited.
RemarksA negative value represents an unlimited number of parallel connections.
The number of connections made from the same IP address (i.e. the same computer) is not limited.
See Also