Click or drag to resize

JsonConfigurationCacheReadTimeout Property

Gets / sets read timeout in milliseconds.

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public int ReadTimeout { get; set; }

Property Value

Int32
Remarks
Default value is 2 seconds.
See Also