REST.Backend.KinveyApi.TKinveyApi.TConnectionInfo.ReadTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ReadTimeout: Integer;

C++

int ReadTimeout;

Properties

Type Visibility Source Unit Parent
field public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TConnectionInfo

Description

Indicates how long to wait when we are about to read data from a server.

If the server fails to deliver any data in that amount of time after we have established a connection, a read timeout error will be reported.

See Also