Datasnap.DSClientRest.TDSCustomRestConnection.ProxyHost

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSCustomRestConnection

Delphi

property ProxyHost: string read GetProxyHost write SetProxyHost;

C++

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

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