Datasnap.DSClientRest.TDSCustomRestConnection.ProxyHost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyHost: string read GetProxyHost write SetProxyHost;

C++

__property System::UnicodeString ProxyHost = {read=GetProxyHost, write=SetProxyHost};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Description

The host through which to send requests.

The ProxyHost property specifies the host through which to send requests. Set ProxyHost to an empty string if you do not want to use a proxy.

See Also