Datasnap.DSHTTPClient.TDSHTTP.OnCustomAuthentication
Delphi
property OnCustomAuthentication: TCredentialsStorage.TCredentialAuthEvent read FOnAuthEvent write FOnAuthEvent;
C++
__property System::Net::Urlclient::TCredentialsStorage::TCredentialAuthEvent OnCustomAuthentication = {read=FOnAuthEvent, write=FOnAuthEvent};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
event | public | Datasnap.DSHTTPClient.pas Datasnap.DSHTTPClient.hpp |
Datasnap.DSHTTPClient | TDSHTTP |
Beschreibung
Wird ausgelöst, wenn der Server ein Authentifizierungs-Ereignis auslöst.
TCredentialAuthEvent ist die Ereignisbehandlungsroutine von OnCustomAuthentication.