Click or drag to resize

ServiceOtherAggressiveAging Property

Gets or sets the short (aggressive) timeouts for idle connections.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "aggressive-aging")]
public AggressiveAging AggressiveAging { get; set; }
Request Example View Source

Property Value

Type: AggressiveAging
The aggressive aging settings.
Remarks
Requires DetailLevel of Full
See Also