System.Net.URLClient.TURLClient.CredentialsStorage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CredentialsStorage: TCredentialsStorage read FCredentialsStorage write SetCredentialsStorage;

C++

__property TCredentialsStorage* CredentialsStorage = {read=FCredentialsStorage, write=SetCredentialsStorage};

Properties

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

Description

The credential storage that the client uses.

The client sets its own default credential storage in the constructor.

See Also