Class TRALClientResponse

Unit

Declaration

type TRALClientResponse = class(TRALResponse)

Description

Derived class to handle ClientResponse

Hierarchy

Overview

Methods

Public constructor Create(AOwner : TObject); override;
Public destructor Destroy; override;
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 constructor Create(AOwner : TObject); override;
 
Public destructor Destroy; override;
 
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;
 


GitHub Repository
Generated by PasDoc 0.16.0.