REST.Client.TRESTClient.ProxyPassword

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyPassword: string read GetProxyPassword write SetProxyPassword default 0;

C++

__property ProxyPassword = {default=0};

Properties

Type Visibility Source Unit Parent
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTClient

Description

Specifies a password for proxy authentication.

REST.Client.TRESTClient.ProxyPassword inherits from REST.Client.TCustomRESTClient.ProxyPassword. All content below this line refers to REST.Client.TCustomRESTClient.ProxyPassword.


Specifies a password for proxy authentication.

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

See Also