Datasnap.DSHTTPClient.TDSHTTP.OnCustomAuthentication

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnCustomAuthentication: TCredentialsStorage.TCredentialAuthEvent read FOnAuthEvent write FOnAuthEvent;

C++

__property System::Net::Urlclient::TCredentialsStorage::TCredentialAuthEvent OnCustomAuthentication = {read=FOnAuthEvent, write=FOnAuthEvent};

Propriétés

Type Visibilité  Source Unité  Parent
event public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient TDSHTTP


Description

Se produit quand le serveur déclenche un événement d'authentification.

TCredentialAuthEvent est le gestionnaire d'événement pour OnCustomAuthentication.

Voir aussi