Datasnap.DSClientRest.TDSRestConnection.ProxyHost

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property ProxyHost;

C++

__property ProxyHost = {default=0};

Description

The host through which to send requests.

Datasnap.DSClientRest.TDSRestConnection.ProxyHost inherits from Datasnap.DSClientRest.TDSCustomRestConnection.ProxyHost. All content below this line refers to Datasnap.DSClientRest.TDSCustomRestConnection.ProxyHost.

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