Click or drag to resize

WebServerPropertiesMaxConnections Property

The maximum number of connections that the Web server should allow. If 0 (the default) then the number of connections is unlimited.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public int MaxConnections { get; set; }

Property Value

Type: Int32
See Also