Class TRALDigest
Unit
Declaration
type TRALDigest = class(TObject)
Description
Class for Digest token definitions
Hierarchy
- TObject
- TRALDigest
Overview
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function GetHeader: TStringList; |
![]() |
procedure Load(const AValue: StringRAL); |
Properties
![]() |
property EntityBody: StringRAL read FEntityBody write FEntityBody; |
![]() |
property Header: TStringList read GetHeader; |
![]() |
property Method: StringRAL read FMethod write FMethod; |
![]() |
property Params: TRALDigestParams read FParams write FParams; |
![]() |
property Password: StringRAL read FPassword write FPassword; |
![]() |
property URL: StringRAL read FURL write FURL; |
![]() |
property UserName: StringRAL read FUserName write FUserName; |
Description
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function GetHeader: TStringList; |
![]() |
procedure Load(const AValue: StringRAL); |
Properties
![]() |
property EntityBody: StringRAL read FEntityBody write FEntityBody; |
![]() |
property Header: TStringList read GetHeader; |
![]() |
property Method: StringRAL read FMethod write FMethod; |
![]() |
property Params: TRALDigestParams read FParams write FParams; |
![]() |
property Password: StringRAL read FPassword write FPassword; |
![]() |
property URL: StringRAL read FURL write FURL; |
![]() |
property UserName: StringRAL read FUserName write FUserName; |
GitHub Repository
Generated by PasDoc 0.16.0.


