System.Net.URLClient.TCredentialsStorage.FCredentials

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FCredentials: TList<TCredential>;

C++

System::Generics::Collections::TList__1<TCredential>* FCredentials;

Properties

Type Visibility Source Unit Parent
field protected
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TCredentialsStorage

Description

TList with the current credential instances.

See Also