REST.Backend.KinveyApi.TKinveyApi.TConnectionInfo.ConnectTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ConnectTimeout: Integer;

C++

int ConnectTimeout;

Properties

Type Visibility Source Unit Parent
field public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TConnectionInfo

Description

Indicates the number of milliseconds that can elapse before aborting an attempt to connect to the server.

Use ConnectTimeout to indicate the number of milliseconds that can elapse before TConnectionInfo abandons the attempt to form a connection.

See Also