Click or drag to resize

AntiSpoofingAction Property

Gets or sets if packets will be rejected (the Prevent option) or whether the packets will be monitored (the Detect option).

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

Property Value

Type: AntiSpoofingAction
See Also