API:System.Net.URLClient.TCredentialsStorage.TCredential

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

Delphi

    TCredential = record
      AuthTarget: TAuthTargetType;
      Realm: string;
      URL: string; // Scope? Comment it...
      UserName: string;
      Password: string;
      constructor Create(AnAuthTarget: TAuthTargetType; const ARealm, AURL, AUserName, APassword: string);
      function IsEmpty: Boolean;
    end;

C++

struct DECLSPEC_DRECORD TCredential
{
public:
    TAuthTargetType AuthTarget;
    System::UnicodeString Realm;
    System::UnicodeString URL;
    System::UnicodeString UserName;
    System::UnicodeString Password;
    __fastcall TCredential(TAuthTargetType AnAuthTarget, const System::UnicodeString ARealm, const System::UnicodeString AURL, const System::UnicodeString AUserName, const System::UnicodeString APassword);
    bool __fastcall IsEmpty();
    TCredential() {}
};

プロパティ

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

説明

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