Datasnap.DSHTTPCommon.TDSHTTPRequest.AuthUserName

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property AuthUserName: string read GetAuthUserName;

C++

__property System::UnicodeString AuthUserName = {read=GetAuthUserName};

Description

Specifies the authentication user name for the HTTP request.

The AuthUserName property specifies the authentication user name for the HTTP request.

See Also