API:Datasnap.DSClientRest.TDSRestConnection.ProxyPassword

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyPassword: string read GetProxyPassword write SetProxyPassword default 0;

C++

__property ProxyPassword = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

Description

The password for authentication with the specified proxy.

Datasnap.DSClientRest.TDSRestConnection.ProxyPassword inherits from Datasnap.DSClientRest.TDSCustomRestConnection.ProxyPassword. All content below this line refers to Datasnap.DSClientRest.TDSCustomRestConnection.ProxyPassword.

The password for authentication with the specified proxy.

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

See Also