Click or drag to resize

HttpSessionIndentJson Property

Gets a value indicating whether JSON data sent to server should be indented. Useful for debugging.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public bool IndentJson { get; }
Request Example View Source

Property Value

Type: Boolean
true to indent json; otherwise, false.
See Also