THTTPRedirect

From Ultibo.org
Jump to: navigation, search

Return to Unit HTTP


Description


To be documented

Class definitions



[Expand]

THTTPRedirect = class(THTTPDocument)


Function declarations



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


[Expand]
function THTTPRedirect.GetLocation:String;
Description: To be documented


[Expand]
procedure THTTPRedirect.SetLocation(const ALocation:String);
Description: To be documented


[Expand]
procedure THTTPRedirect.SetPermanent(APermanent:Boolean);
Description: To be documented


[Expand]
function THTTPRedirect.DoGet(AHost:THTTPHost; ARequest:THTTPServerRequest; AResponse:THTTPServerResponse):Boolean;
Description: Base GET Method for an HTTP Redirect


Return to Unit Reference