Difference between revisions of "THTTPClientResponse"
From Ultibo.org
(Created page with "Return to Unit HTTP __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapse...") |
(No difference)
|
Latest revision as of 06:29, 17 May 2018
Return to Unit HTTP
Description
To be documented
Class definitions
[Expand]
THTTPClientResponse = class(TObject)
Function declarations
[Expand]
procedure THTTPClientResponse.SetConnectionClose(AConnectionClose:Boolean);
Description: To be documented
[Expand]
function THTTPClientResponse.GetHeader(const AName:String):String;
Description: To be documented
[Expand]
function THTTPClientResponse.GetHeaderEx(const AName:String):TStringList;
Description: To be documented
[Expand]
function THTTPClientResponse.FindHeader(const AName,AValue:String):Boolean;
Description: To be documented
[Expand]
function THTTPClientResponse.ReadContentStream(AContent:TStream; ASize:LongWord):Boolean;
Description: To be documented
[Expand]
function THTTPClientResponse.ReadContentString(var AContent:String; ASize:LongWord):Boolean;
Description: To be documented
Return to Unit Reference