REST.HttpClient.TRESTHTTP.ConnectTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectTimeout: integer read GetConnectTimeout write SetConnectTimeout;

C++

__property int ConnectTimeout = {read=GetConnectTimeout, write=SetConnectTimeout, nodefault};

Properties

Type Visibility Source Unit Parent
property public
REST.HttpClient.pas
REST.HTTPClient.hpp
REST.HttpClient TRESTHTTP

Description

Gets or sets the timeout when making an HTTP connection.

See Also