Datasnap.DSHTTPClient.TDSHTTP.IRequest.GetUserName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: IRequest

Delphi

function GetUserName: string;

C++

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

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