Difference between revisions of "THTTPHeader"

From Ultibo.org
Jump to: navigation, search
(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:27, 17 May 2018

Return to Unit HTTP


Description


To be documented

Class definitions



[Expand]

THTTPHeader = class(TListObject)


Function declarations



[Expand]
constructor THTTPHeader.Create(const AName:String);
Description: To be documented


[Expand]
destructor THTTPHeader.Destroy;
Description: To be documented


[Expand]
function THTTPHeader.GetCount:Integer;
Description: To be documented


[Expand]
function THTTPHeader.GetValue(AIndex:Integer):String;
Description: To be documented


[Expand]
function THTTPHeader.SetValue(AIndex:Integer; const AValue:String):Boolean;
Description: To be documented


[Expand]
function THTTPHeader.FindValue(const AValue:String):Integer;
Description: To be documented


[Expand]
function THTTPHeader.AddValue(const AValue:String):Boolean;
Description: To be documented


[Expand]
function THTTPHeader.DeleteValue(const AValue:String):Boolean;
Description: To be documented


Return to Unit Reference