Datasnap.DSHTTPClient.TDSHTTP.OnCustomAuthentication

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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.

Siehe auch