Class TRALServerRequest
Unit
Declaration
type TRALServerRequest = class(TRALRequest)
Description
Derived class to handle ServerRequest
Hierarchy
- TObject
- TRALHTTPHeaderInfo
- TRALRequest
- TRALServerRequest
Overview
Methods
![]() |
constructor Create(AOwner: TObject); override; |
![]() |
destructor Destroy; override; |
![]() |
function GetRequestEncStream(const AEncode: boolean = true): TStream; override; |
![]() |
function GetRequestEncText(const AEncode: boolean = true): StringRAL; override; |
![]() |
procedure SetRequestStream(const AValue: TStream); override; |
![]() |
procedure SetRequestText(const AValue: StringRAL); override; |
Description
Methods
![]() |
constructor Create(AOwner: TObject); override; |
![]() |
destructor Destroy; override; |
![]() |
function GetRequestEncStream(const AEncode: boolean = true): TStream; override; |
![]() |
function GetRequestEncText(const AEncode: boolean = true): StringRAL; override; |
![]() |
procedure SetRequestStream(const AValue: TStream); override; |
![]() |
procedure SetRequestText(const AValue: StringRAL); override; |
GitHub Repository
Generated by PasDoc 0.16.0.

