Click or drag to resize

TrackPerConnection Property

Gets or sets if logs are genereated per connection.

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

Property Value

Type: Boolean
The per connection logging status.
See Also