Click or drag to resize

ServiceTCPSessionTimeout Property

Gets or sets the session 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; set; }
Request Example View Source

Property Value

Type: Int32
The session timeout (in seconds).
Remarks
Requires DetailLevel of Full
See Also