REST.Client.TRESTClient.ProxyServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyServer: string read GetProxyServer write SetProxyServer default 0;

C++

__property ProxyServer = {default=0};

Properties

Type Visibility Source Unit Parent
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTClient

Description

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

REST.Client.TRESTClient.ProxyServer inherits from REST.Client.TCustomRESTClient.ProxyServer. All content below this line refers to REST.Client.TCustomRESTClient.ProxyServer.


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