THTTPHeader

From Ultibo.org
Revision as of 06:27, 17 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit HTTP __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapse...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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