Datasnap.DSClientRest.TDSCustomRestConnection.GetProxyHost

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetProxyHost: string; virtual;

C++

virtual System::UnicodeString __fastcall GetProxyHost();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Description

Getter method for the ProxyHost property.

GetProxyHost is the protected read implementation for the ProxyHost property.

See Also