System.Net.URLClient.TCredentialsStorage.TCredentialAuthEvent
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);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | System.Net.URLClient.pas System.Net.URLClient.hpp |
System.Net.URLClient | TCredentialsStorage |
Description
Embarcadero Technologies does not currently have any additional information.