Datasnap.DSHTTPCommon.TDSHTTPRequest.GetAuthUserName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSHTTPRequest

Delphi

function GetAuthUserName: string; virtual; abstract;

C++

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

Description

Returns the value of the AuthUserName property.

The GetAuthUserName method is the read implementation of the AuthUserName property.

See Also