API:REST.Backend.EMSProvider.TEMSProvider.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.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TEMSProvider

Description

Password for authenticating an username in the proxy server

REST.Backend.EMSProvider.TEMSProvider.ProxyPassword inherits from REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPassword. All content below this line refers to REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPassword.

Password for authenticating an username in the proxy server that allows access to the EMS Server.

The proxy server uses the ProxyUsername and the ProxyPassword properties for authentication.

Note: If the proxy server does not require authentication, this property is empty.

See Also