REST.Client.TRESTRequest.ReadTimeout
Delphi
property ReadTimeout: Integer read GetReadTimeout write SetReadTimeout stored ReadTimeoutIsStored default 30000;
C++
__property ReadTimeout = {default=30000};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | REST.Client.pas REST.Client.hpp |
REST.Client | TRESTRequest |
Description
Specifies the response reading timeout (in milliseconds) for the request.