Class TRALServerResponse

Unit

Declaration

type TRALServerResponse = class(TRALResponse)

Description

Derived class to handle ServerResponse

Hierarchy

Overview

Methods

Public function GetResponseEncStream(const AEncode: boolean = true): TStream; override;
Public function GetResponseEncText(const AEncode: boolean = true): StringRAL; override;
Protected procedure SetResponseStream(const AValue: TStream); override;
Protected procedure SetResponseText(const AValue: StringRAL); override;

Description

Methods

Public function GetResponseEncStream(const AEncode: boolean = true): TStream; override;

This item has no description. Showing description inherited from TRALResponse.GetResponseEncStream.

Returns the response in TStream format

Public function GetResponseEncText(const AEncode: boolean = true): StringRAL; override;

This item has no description. Showing description inherited from TRALResponse.GetResponseEncText.

Returns the response in UTF8String format

Protected procedure SetResponseStream(const AValue: TStream); override;

This item has no description. Showing description inherited from TRALResponse.SetResponseStream.

Assign a Stream into the Response

Protected procedure SetResponseText(const AValue: StringRAL); override;

This item has no description. Showing description inherited from TRALResponse.SetResponseText.

Assign an UTF8String into the Response



PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.