Soap.SOAPHTTPTrans.THTTPReqResp.ConnectTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  ConnectTimeout: Integer read GetConnectTimeout write SetConnectTimeout  default TURLClient.DefaultConnectionTimeout;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

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

See Also