System.Net.URLClient.TCredentialsStorage.TCredentialAuthEvent

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

Delphi

TCredentialAuthEvent = procedure(const Sender: TObject; AnAuthTarget: TAuthTargetType;
const ARealm, AURL: string; var AUserName, APassword: string; var AbortAuth: Boolean;
var Persistence: TAuthPersistenceType) of object;

C++

typedef void __fastcall (__closure *TCredentialAuthEvent)(System::TObject* const Sender, TAuthTargetType AnAuthTarget, const System::UnicodeString ARealm, const System::UnicodeString AURL, System::UnicodeString &AUserName, System::UnicodeString &APassword, bool &AbortAuth, TAuthPersistenceType &Persistence);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TCredentialsStorage

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。