REST.Client.TCustomRESTClient.ProxyPassword

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ProxyPassword: string read GetProxyPassword write SetProxyPassword;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient


Description

Spécifie un mot de passe pour l'authentification proxy.

Remarque : Si votre serveur proxy HTTP ne requiert pas une authentification, laissez cette propriété vide.

Voir aussi