REST.Client.TCustomRESTClient.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
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient


Beschreibung

Legt das Passwort für die Proxy-Authentifizierung fest.

Hinweis: Wenn für Ihren HTTP-Proxy-Server keine Authentifizierung erforderlich ist, lassen Sie diese Eigenschaft leer.

Siehe auch