REST.Backend.KinveyProvider.TCustomKinveyConnectionInfo.ReadTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReadTimeout: Integer read GetReadTimeout write SetReadTimeout default CRestDefaultTimeout;

C++

__property int ReadTimeout = {read=GetReadTimeout, write=SetReadTimeout, default=30000};

Properties

Type Visibility Source Unit Parent
property public
REST.Backend.KinveyProvider.pas
REST.Backend.KinveyProvider.hpp
REST.Backend.KinveyProvider TCustomKinveyConnectionInfo

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