System.Net.URLClient.TURLClient.AuthCallback

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AuthCallback: TCredentialsStorage.TCredentialAuthCallback read FAuthCallback write FAuthCallback;

C++

__property TCredentialsStorage::TCredentialAuthCallback AuthCallback = {read=FAuthCallback, write=FAuthCallback};

Properties

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

Description

Authorization callback to ask for user and password.

The AuthCallBack property is a callback to ask for user and password. If the AuthCallBack is defined, the AuthEvent does not occur.

See Also