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;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Protected function GetHeader: TStringList;

This item has no description.

Public procedure Load(const AValue: StringRAL);

This item has no description.

Properties

Published property EntityBody: StringRAL read FEntityBody write FEntityBody;

This item has no description.

Public property Header: TStringList read GetHeader;

This item has no description.

Published property Method: StringRAL read FMethod write FMethod;

This item has no description.

Published property Params: TRALDigestParams read FParams write FParams;

This item has no description.

Published property Password: StringRAL read FPassword write FPassword;

This item has no description.

Published property URL: StringRAL read FURL write FURL;

This item has no description.

Published property UserName: StringRAL read FUserName write FUserName;

This item has no description.



PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.