API:REST.Backend.EMSProvider.TEMSProvider.ProxyUsername

From RAD Studio API Documentation
Jump to: navigation, search

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

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

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, this property is empty.

See Also