Click or drag to resize

SessionSessionTimeout Property

Session expiration timeout in seconds.

Namespace:  Koopman.CheckPoint
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
[JsonPropertyAttribute(PropertyName = "session-timeout")]
public int SessionTimeout { get; }
Request Example View Source

Property Value

Type: Int32
The session timeout.
See Also