Datasnap.DSClientRest.TDSCustomRestConnection.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.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Description

The password for authentication with the specified proxy.

The ProxyPassword property specifies the password used for authentication with the specified proxy.

See Also