Datasnap.DSClientRest.TDSCustomRestConnection.OnAuthentication

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property OnAuthentication: TDSHTTP.TAuthEvent read GetOnAuthentication  write SetOnAuthentication;

C++

__property System::Net::Urlclient::TCredentialsStorage::TCredentialAuthEvent OnAuthentication = {read=GetOnAuthentication, write=SetOnAuthentication};

Propriétés

Type Visibilité  Source Unité  Parent
event public
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection


Description

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

TAuthEvent est le gestionnaire d'événement de OnCustomAuthentication.

Voir aussi