API:Datasnap.DSClientRest.TDSRestConnection.OnAuthentication
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 のイベント ハンドラです。