Datasnap.DSClientRest.TDSCustomRestConnection.OnAuthentication
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.