System.Net.URLClient.TURLClient.SetResponseTimeout

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

Delphi

procedure SetResponseTimeout(const Value: Integer);

C++

void __fastcall SetResponseTimeout(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 ResponseTimeout.

See Also