Datasnap.DSHTTP.TDSHTTPRequestIndy.GetAuthUserName
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
Unit: Datasnap.DSHTTP | |
Parent: TDSHTTPRequestIndy |
Delphi
function GetAuthUserName: string; override;
C++
virtual System::UnicodeString __fastcall GetAuthUserName();
Description
Returns the value of the AuthUserName property.
The GetAuthUserName method is the read implementation of the AuthUserName property.