Click or drag to resize

FirewallConnectionsHashSize Property

Gets or sets the size of the connections hash.

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

Property Value

Type: Int32
The size of the connections hash.
See Also