Datasnap.DSClientRest.TDSCustomRestConnection.OnAuthentication

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

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 のイベント ハンドラです。

関連項目