Datasnap.DSHTTPCommon.TDSHTTPRequest.AuthUserName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AuthUserName: string read GetAuthUserName;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPRequest

Description

Specifies the authentication user name for the HTTP request.

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

See Also