REST.Backend.EndPoint.TBackendEndpoint.Timeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Timeout: Integer read GetTimeout write SetTimeout stored False default 30000;

C++

__property Timeout = {default=30000};

Properties

Type Visibility Source Unit Parent
property published
REST.Backend.EndPoint.pas
REST.Backend.EndPoint.hpp
REST.Backend.EndPoint TBackendEndpoint

Description

Specifies a timeout (in milliseconds) for the request.

REST.Backend.EndPoint.TBackendEndpoint.Timeout inherits from REST.Client.TCustomRESTRequest.Timeout. All content below this line refers to REST.Client.TCustomRESTRequest.Timeout.


Specifies a timeout (in milliseconds) for the request.

See Also