Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.GetProxyServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetProxyServer: string;

C++

virtual System::UnicodeString __fastcall GetProxyServer() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient IProxyConnectionInfo

Description

Gets the host name of the proxy server.

GetProxyServer is the getter method for the ProxyServer property.

See Also