Class TRALDigest

Unit

Declaration

type TRALDigest = class(TObject)

Description

Class for Digest token definitions

Hierarchy

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Protected function GetHeader: TStringList;
Public procedure Load(const AValue: StringRAL);

Properties

Published property EntityBody: StringRAL read FEntityBody write FEntityBody;
Public property Header: TStringList read GetHeader;
Published property Method: StringRAL read FMethod write FMethod;
Published property Params: TRALDigestParams read FParams write FParams;
Published property Password: StringRAL read FPassword write FPassword;
Published property URL: StringRAL read FURL write FURL;
Published property UserName: StringRAL read FUserName write FUserName;

Description

Methods

Public constructor Create;
 
Public destructor Destroy; override;
 
Protected function GetHeader: TStringList;
 
Public procedure Load(const AValue: StringRAL);
 

Properties

Published property EntityBody: StringRAL read FEntityBody write FEntityBody;
 
Public property Header: TStringList read GetHeader;
 
Published property Method: StringRAL read FMethod write FMethod;
 
Published property Params: TRALDigestParams read FParams write FParams;
 
Published property Password: StringRAL read FPassword write FPassword;
 
Published property URL: StringRAL read FURL write FURL;
 
Published property UserName: StringRAL read FUserName write FUserName;
 


GitHub Repository
Generated by PasDoc 0.16.0.