Datasnap.DSClientRest.TDSCustomRestConnection.ProxyUsername

From RAD Studio API Documentation
Jump to: navigation, search

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

Description

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