Class TRALClientResponse
Unit
Declaration
type TRALClientResponse = class(TRALResponse)
Description
Derived class to handle ClientResponse
Hierarchy
- TObject
- TRALHTTPHeaderInfo
- TRALResponse
- TRALClientResponse
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; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
| 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.