REST.Client.TCustomRESTClient.ProxyServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyServer: string read GetProxyServer write SetProxyServer;

C++

__property System::UnicodeString ProxyServer = {read=GetProxyServer, write=SetProxyServer};

Properties

Type Visibility Source Unit Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient

Description

Specifies a server name for the proxy server, if any.

This property sets or gets a fully qualified domain name or IP address of the proxy server. If you do not use a proxy server, leave this property empty.

See Also