Datasnap.DSHTTPClient.TDSHTTP.IRequest.GetUserName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetUserName: string;

C++

virtual System::UnicodeString __fastcall GetUserName(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient IRequest

Description

Gets the user name for the HTTP request.

GetUserName returns the user name that is used for the establishment of the credentials in the authentication process.

See Also