Data.DbxHTTPLayer.TDSHTTPClient.SetReadTimeout
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DbxHTTPLayer.pas Data.DbxHTTPLayer.hpp
| |
Unit: Data.DbxHTTPLayer | |
Parent: TDSHTTPClient |
Delphi
procedure SetReadTimeout(AMilisec: Integer); virtual;
C++
virtual void __fastcall SetReadTimeout(int AMilisec);
Description
Sets the read timeout.
The SetReadTimeout virtual abstract method provides a way of setting the read timeout, in milliseconds.