Click or drag to resize

SessionInfoSessionTimeout Property

Gets the 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
Session expiration timeout in seconds.
See Also