REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyUsername
Delphi
property ProxyUsername: string read GetProxyUsername write SetProxyUsername;
C++
__property System::UnicodeString ProxyUsername = {read=GetProxyUsername, write=SetProxyUsername};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | REST.Backend.EMSProvider.pas REST.Backend.EMSProvider.hpp |
REST.Backend.EMSProvider | TCustomEMSConnectionInfo |
Description
User name for authentication in the proxy server that allows access to the RAD Server Engine (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.