REST.Backend.ParseProvider.TCustomParseConnectionInfo.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.ParseProvider.pas
REST.Backend.ParseProvider.hpp
REST.Backend.ParseProvider TCustomParseConnectionInfo

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