System.Net.HttpClient.THTTPClient.DoSetCredential

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoSetCredential(AnAuthTargetType: TAuthTargetType; const ARequest: THTTPRequest;  const ACredential: TCredentialsStorage.TCredential): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoSetCredential(System::Net::Urlclient::TAuthTargetType AnAuthTargetType, THTTPRequest* const ARequest, const System::Net::Urlclient::TCredentialsStorage::TCredential &ACredential) = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPClient

Description

Method that sets the server/proxy ACredential of the ARequest for the specific ATargetType.

See Also