DSAzure.TAzureHTTP.SetBasicAuthentication
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: DSAzure.pas DSAzure.hpp
| |
| Unit: DSAzure | |
| Parent: TAzureHTTP | |
Delphi
procedure SetBasicAuthentication(const user: String; const password: String);
C++
void __fastcall SetBasicAuthentication(const System::UnicodeString user, const System::UnicodeString password);
Description
Sets basic authentication credentials.
The SetBasicAuthentication method provides basic client authentication through user name and password, specified by the user and password parameters.