Class TBrookHTTPCredentials
Unit
Declaration
type TBrookHTTPCredentials = class(TBrookHandledPersistent)
Description
Class which holds the user authentication credentials.
Hierarchy
- TObject
- TPersistent
- TBrookHandledPersistent
- TBrookHTTPCredentials
Overview
Methods
![]() |
constructor Create(AHandle: Pointer); virtual; |
Properties
![]() |
property Realm: string read GetRealm write SetRealm; |
![]() |
property UserName: string read FUserName; |
![]() |
property Password: string read FPassword; |
Description
Methods
![]() |
constructor Create(AHandle: Pointer); virtual; |
Creates an instance of Parameters
|
Properties
![]() |
property Realm: string read GetRealm write SetRealm; |
Authentication protection space ( |
![]() |
property UserName: string read FUserName; |
Name of the authenticated user. |
![]() |
property Password: string read FPassword; |
|
Generated by PasDoc 0.16.0.