REST.Backend.ParseProvider.TParseProvider.ReadTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReadTimeout;

C++

__property ReadTimeout = {default=30000};

Properties

Type Visibility Source Unit Parent
property published
REST.Backend.ParseProvider.pas
REST.Backend.ParseProvider.hpp
REST.Backend.ParseProvider TParseProvider

Description

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

REST.Backend.ParseProvider.TParseProvider.ReadTimeout inherits from REST.Backend.ParseProvider.TCustomParseConnectionInfo.ReadTimeout. All content below this line refers to REST.Backend.ParseProvider.TCustomParseConnectionInfo.ReadTimeout.

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