System.Net.URLClient.IURLRequest.Credential

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Credential: TCredentialsStorage.TCredential read GetCredential write SetCredential;

C++

__property TCredentialsStorage::TCredential Credential = {read=GetCredential, write=SetCredential};

Properties

Type Visibility Source Unit Parent
property public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient IURLRequest

Description

Instance of TCredential that provides the authentication data required to access the target URL.

See Also