Click or drag to resize

FirewallAutoMaximumLimitForConcurrentConnections Property

Gets or sets a value indicating whether automatic maximum limit for concurrent connections is enabled.

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

Property Value

Type: Boolean
true if automatic maximum limit for concurrent connections enabled; otherwise, false.
See Also