Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.ProxyPassword

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyPassword: string read GetProxyPassword write SetProxyPassword;

C++

__property System::UnicodeString ProxyPassword = {read=GetProxyPassword, write=SetProxyPassword};

Properties

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

Description

Represents the password for authentication with the proxy server.

Use the ProxyPassword property to access the value of this authentication password.

See Also