REST.Backend.EMSProvider.TEMSProvider.ProxyUsername
Delphi
property ProxyUsername: string read GetProxyUsername write SetProxyUsername default 0;
C++
__property ProxyUsername = {default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | REST.Backend.EMSProvider.pas REST.Backend.EMSProvider.hpp |
REST.Backend.EMSProvider | TEMSProvider |
Description
User name for authentication 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, leave it blank.