REST.Backend.ParseApi.TParseApi.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.ParseApi.pas
REST.Backend.ParseApi.hpp
REST.Backend.ParseApi 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