Click or drag to resize

ServerBaseMaxClientConnections Property

Gets or sets the maximum number of clients that can connect to the server.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute(-1)]
public virtual int MaxClientConnections { get; set; }
View Source

Property Value

Int32

Implements

IServerMaxClientConnections
Remarks
Set MaxClientConnections to -1 to allow infinite client connections.
See Also