REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPassword
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.Backend.EMSProvider.pas REST.Backend.EMSProvider.hpp |
REST.Backend.EMSProvider | TCustomEMSConnectionInfo |
Description
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.