REST.Client.TRESTClient.ReadTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReadTimeout: Integer read GetReadTimeout write SetReadTimeout default 30000;

C++

__property ReadTimeout = {default=30000};

Properties

Type Visibility Source Unit Parent
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTClient

Description

The maximum time to wait before the response reading times out.

  • The value is in milliseconds.
  • The default value is 30 seconds.
  • The special values are:
    • - 1 - Infinite timeout
    • 0 - platform specific default timeout.


See Also