API:Datasnap.DSClientRest.TDSRestConnection.OnAuthentication

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OnAuthentication: TCredentialsStorage.TCredentialAuthEvent read GetOnAuthentication write SetOnAuthentication;

C++

__property OnAuthentication;

プロパティ

種類 可視性 ソース ユニット
event published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

説明

サーバーが認証イベントを起こした際に、発生します。

Datasnap.DSClientRest.TDSRestConnection.OnAuthentication は Datasnap.DSClientRest.TDSCustomRestConnection.OnAuthentication を継承しています。以下の内容はすべて Datasnap.DSClientRest.TDSCustomRestConnection.OnAuthentication を参照しています。

サーバーが認証イベントを起こした際に、発生します。

TAuthEvent は、OnCustomAuthentication のイベント ハンドラです。

関連項目