Data.DbxHTTPLayer.TDSHTTPClient.SetBasicAuthentication
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DbxHTTPLayer.pas Data.DbxHTTPLayer.hpp
| |
Unit: Data.DbxHTTPLayer | |
Parent: TDSHTTPClient |
Delphi
procedure SetBasicAuthentication(const user, password: string); virtual; abstract;
C++
virtual void __fastcall SetBasicAuthentication(const System::UnicodeString user, const System::UnicodeString password) = 0 ;
Description
Provides authentication through user name and password.
The SetBasicAuthentication method provides client authentication through user name and password, specified by parameters.