REST.Backend.ParseProvider.TParseProvider.ConnectTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConnectTimeout;

C++

__property ConnectTimeout = {default=30000};

Properties

Type Visibility Source Unit Parent
property published
REST.Backend.ParseProvider.pas
REST.Backend.ParseProvider.hpp
REST.Backend.ParseProvider TParseProvider

Description

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

REST.Backend.ParseProvider.TParseProvider.ConnectTimeout inherits from REST.Backend.ParseProvider.TCustomParseConnectionInfo.ConnectTimeout. All content below this line refers to REST.Backend.ParseProvider.TCustomParseConnectionInfo.ConnectTimeout.

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 TCustomParseConnectionInfo abandons the attempt to form a connection.

See Also