Datasnap.DSClientRest.TDSRestConnection.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
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

Description

The user name for authentication with the specified proxy.

Datasnap.DSClientRest.TDSRestConnection.ProxyUsername inherits from Datasnap.DSClientRest.TDSCustomRestConnection.ProxyUsername. All content below this line refers to Datasnap.DSClientRest.TDSCustomRestConnection.ProxyUsername.

The user name for authentication with the specified proxy.

The ProxyUsername property specifies the user name used for authentication with the specified proxy.

See Also