Datasnap.DSHTTPClient.TDSHTTP.OnCustomAuthentication

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCustomAuthentication: TCredentialsStorage.TCredentialAuthEvent read FOnAuthEvent write FOnAuthEvent;

C++

__property System::Net::Urlclient::TCredentialsStorage::TCredentialAuthEvent OnCustomAuthentication = {read=FOnAuthEvent, write=FOnAuthEvent};

Properties

Type Visibility Source Unit Parent
event public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient TDSHTTP

Description

Occurs when the server fires an authentication event.

TCredentialAuthEvent is the event handler of OnCustomAuthentication.

See Also