Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.GetProxyPassword

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetProxyPassword: string;

C++

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

Properties

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

Description

Gets the password for authentication with the proxy server.

GetProxyPassword is the getter method for the ProxyPassword property.

See Also