THTTPParams

From Ultibo.org
Jump to: navigation, search

Return to Unit HTTP


Description


To be documented

Class definitions



[Expand]

THTTPParams = class(TObject)


Function declarations



[Expand]
constructor THTTPParams.Create;
Description: To be documented


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


[Expand]
procedure THTTPParams.Clear;
Description: To be documented


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


[Expand]
function THTTPParams.GetParam(APrevious:THTTPParam):THTTPParam;
Description: To be documented


[Expand]
function THTTPParams.FindParam(const AName:String):THTTPParam;
Description: To be documented


[Expand]
function THTTPParams.AddParam(const AName,AValue:String):Boolean;
Description: To be documented


[Expand]
function THTTPParams.DeleteParam(const AName:String):Boolean;
Description: To be documented


Return to Unit Reference