Datasnap.DSClientRest.TDSCustomRestConnection.OnAuthentication
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: public | |
| Source: Datasnap.DSClientRest.pas Datasnap.DSClientRest.hpp
| |
| Unit: Datasnap.DSClientRest | |
| Parent: TDSCustomRestConnection | |
Delphi
property OnAuthentication: TDSHTTP.TAuthEvent read GetOnAuthentication
C++
__property System::Net::Urlclient::TCredentialsStorage::TCredentialAuthEvent OnAuthentication = {read=GetOnAuthentication, write=SetOnAuthentication};
Description
Occurs when the server fires an authentication event.
TAuthEvent is the event handler of OnCustomAuthentication.