Datasnap.DSHTTPClient.TDSHTTP.ReadTimeout

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: TDSHTTP

Delphi

property ReadTimeout: Integer read GetReadTimeout write SetReadTimeout;

C++

__property int ReadTimeout = {read=GetReadTimeout, write=SetReadTimeout, nodefault};

Description

Specifies the time expected for the HTTP response from the server.

See Also