Datasnap.DSClientRest.TDSCustomRestConnection.ProxyPassword

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ProxyPassword: string read GetProxyPassword write SetProxyPassword;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Beschreibung

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