System.Net.URLClient.TURLClient.SetCredentialsStorage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCredentialsStorage(const Value: TCredentialsStorage); virtual;

C++

virtual void __fastcall SetCredentialsStorage(TCredentialsStorage* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURLClient

Description

Setter for the CredentialsStorage property.

See Also