Click or drag to resize

HttpSessionDebugWriter Property

Gets or sets the debug writer. All API posts and responses will be sent to this writer. They are sent in the RAW JSON format as sent and received to/from the server.

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

Property Value

Type: TextWriter
The text writer to send all debug output to.
See Also