DSAzure.TAzureHTTP.SetBasicAuthentication

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBasicAuthentication(const user: String; const password: String);

C++

void __fastcall SetBasicAuthentication(const System::UnicodeString user, const System::UnicodeString password);

Properties

Type Visibility Source Unit Parent
procedure
function
public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureHTTP

Description

Sets basic authentication credentials.

The SetBasicAuthentication method provides basic client authentication through user name and password, specified by the user and password parameters.

See Also