THTTPRedirect

From Ultibo.org
Revision as of 06:41, 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]

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