Datasnap.DSHTTPClient.TDSHTTP.IRequest.GetPassword

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPassword: string;

C++

virtual System::UnicodeString __fastcall GetPassword(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient IRequest

Description

Gets the password for the HTTP request.

GetPassword returns the password that is used for the establishment of the credentials in the authentication process.

See Also