Click or drag to resize

SystemAPIGetConnectionLimit Method

Returns the maximum number of simultaneous connections from different IP addresses (different client computers).

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public int GetConnectionLimit()

Return Value

Int32
The 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