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