System.Net.URLClient.TURLClient.SetConnectionTimeout

From RAD Studio API Documentation
Revision as of 16:43, 22 February 2016 by JorgeL (talk | contribs) (RS-73826)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

procedure SetConnectionTimeout(const Value: Integer);

C++

void __fastcall SetConnectionTimeout(const int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURLClient

Description

Setter of ConnectionTimeout.

See Also