API:Datasnap.DSClientRest.TDSRestConnection.OnAuthentication

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property OnAuthentication;

C++

__property OnAuthentication;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
event published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

Beschreibung

Wird ausgelöst, wenn der Server ein Authentifizierungs-Ereignis auslöst.

Datasnap.DSClientRest.TDSRestConnection.OnAuthentication erbt von Datasnap.DSClientRest.TDSCustomRestConnection.OnAuthentication. Der folgende Inhalt bezieht sich auf Datasnap.DSClientRest.TDSCustomRestConnection.OnAuthentication.

Wird ausgelöst, wenn der Server ein Authentifizierungs-Ereignis auslöst.

TAuthEvent ist die Ereignisbehandlungsroutine von OnCustomAuthentication.

Siehe auch