REST.Client.TCustomRESTClient.ProxyPassword

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyPassword: string read GetProxyPassword write SetProxyPassword;

C++

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

Properties

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

Description

Specifies a password for proxy authentication.

Note: If your HTTP proxy server does not require authentication, leave this property empty.

See Also