API:Datasnap.DSClientRest.TDSRestConnection.ProxyPassword

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ProxyPassword: string read GetProxyPassword write SetProxyPassword default 0;

C++

__property ProxyPassword = {default=0};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

Beschreibung

Das Passwort für Authentifizierung mit dem angegebenen Proxy.

Datasnap.DSClientRest.TDSRestConnection.ProxyPassword erbt von Datasnap.DSClientRest.TDSCustomRestConnection.ProxyPassword. Der folgende Inhalt bezieht sich auf Datasnap.DSClientRest.TDSCustomRestConnection.ProxyPassword.

Das Passwort für Authentifizierung mit dem angegebenen Proxy.

Die Eigenschaft ProxyPassword legt das zur Authentifizierung mit dem angegebenen Proxy verwendete Passwort fest.

Siehe auch