REST.Backend.EMSProvider.TEMSProvider.ProxyUsername

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyUsername;

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 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, leave it blank.

See Also