Datasnap.DSClientRest.TDSCustomRestConnection.GetProxyUsername

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetProxyUsername: string; virtual;

C++

virtual System::UnicodeString __fastcall GetProxyUsername();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Description

Getter method for the ProxyUsername property.

GetProxyUsername is the protected read implementation for the ProxyUsername property.

See Also