Class TBrookHTTPCredentials

Unit

Declaration

type TBrookHTTPCredentials = class(TBrookHandledPersistent)

Description

Class which holds the user authentication credentials.

Hierarchy

Overview

Methods

Published constructor Create(AHandle: Pointer); virtual;

Properties

Published property Realm: string read GetRealm write SetRealm;
Published property UserName: string read FUserName;
Published property Password: string read FPassword;

Description

Methods

Published constructor Create(AHandle: Pointer); virtual;

Creates an instance of TBrookHTTPCredentials.

Parameters
AHandle[in]
Authentication handle.

Properties

Published property Realm: string read GetRealm write SetRealm;

Authentication protection space (realm).

Published property UserName: string read FUserName;

Name of the authenticated user.

Published property Password: string read FPassword;

Password of the authenticated user.


Generated by PasDoc 0.16.0.