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.5.2
Syntax public int GetConnectionLimit()
Return Value
Int32The maximum number of simultaneous connections from different clients, or a negative value if unlimited.
Remarks A 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