System.Net.URLClient.TURLClient.SetProxySettings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetProxySettings(const Value: TProxySettings); virtual;

C++

virtual void __fastcall SetProxySettings(const TProxySettings &Value);

Properties

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

Description

Setter for the ProxySettings property.

See Also