DOFServerConfigBuilderUnsecureTsetConnectionLimit Method OpenDOF Object Access Library
Set the maximum number of inbound connections that the server can support.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public virtual T setConnectionLimit(
	int connectionLimit
)

Parameters

connectionLimit
Type: SystemInt32
The connection limit. Must be >= 0. Default is DOF.UNLIMITED .

Return Value

Type: T
The builder.
Remarks

Set the maximum number of inbound connections that the server can support.
See Also

Reference