REST.Backend.EMSProvider.TCustomEMSConnectionInfo.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.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TCustomEMSConnectionInfo

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