Click or drag to resize

AccessLayerDetectUsingXForwardFor Property

Whether X-Forward-For HTTP header is been used.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "detect-using-x-forward-for", ObjectCreationHandling = ObjectCreationHandling.Replace)]
public Nullable<bool> DetectUsingXForwardFor { get; set; }
Request Example View Source

Property Value

Type: NullableBoolean
Exceptions
ExceptionCondition
ArgumentNullExceptionDetectUsingXForwardFor
Remarks
Requires DetailLevel of Full
See Also