THTTPHeader

From Ultibo.org
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