Datasnap.DSClientRest.TDSCustomRestConnection.OnAuthentication

提供: RAD Studio API Documentation
2015年11月13日 (金) 08:04時点におけるYukikoi (トーク | 投稿記録)による版 (1版: LOC-20672)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

property OnAuthentication: TDSHTTP.TAuthEvent read GetOnAuthentication  write SetOnAuthentication;

C++

__property System::Net::Urlclient::TCredentialsStorage::TCredentialAuthEvent OnAuthentication = {read=GetOnAuthentication, write=SetOnAuthentication};

プロパティ

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


説明

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

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

関連項目