Data.Cloud.CloudAPI.TCloudHTTP.SetAuthentication

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetAuthentication(const AUser: string; const APassword: string);

C++

void __fastcall SetAuthentication(const System::UnicodeString AUser, const System::UnicodeString APassword);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudHTTP


Beschreibung

Konfiguriert den Authorization-Header dieser Anforderung, die auf dem angegebenen Benutzernamen und Passwort basiert.

Siehe auch