Click or drag to resize

FirewallMaximumLimitForConcurrentConnections Property

Gets or sets the maximum limit for concurrent connections.

Namespace:  Koopman.CheckPoint.SimpleGatewaySettings
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "maximum-limit-for-concurrent-connections")]
public int MaximumLimitForConcurrentConnections { get; set; }
Request Example View Source

Property Value

Type: Int32
The maximum limit for concurrent connections.
See Also