Click or drag to resize

AntiSpoofingAction Enumeration

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#
public enum AntiSpoofingAction
Request Example View Source
Members
  Member nameValueDescription
Prevent0 To prevent anti-spoofing by dropping the packets
Detect1 To only detect anti-spoofing
See Also