Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetAuthUserName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetAuthUserName: string; override;

C++

virtual System::UnicodeString __fastcall GetAuthUserName();

Description

Returns the value of the AuthUserName property.

Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetAuthUserName inherits from Datasnap.DSHTTPCommon.TDSHTTPRequest.GetAuthUserName. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPRequest.GetAuthUserName.

Returns the value of the AuthUserName property.

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

See Also