Unit 'mnWebModules' Package
[Overview][Classes][Variables][Index] [#pl_minilib]

TmodHttpCommand

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: mnWebModules.pas line 52

type TmodHttpCommand = class(TmodCommand)

protected

  procedure Created; override;

  

  procedure Prepare(); override;

  

  procedure SendHeader; override;

  

  procedure Unprepare(); override;

  

  procedure Respond(); override;

  

public

  destructor Destroy; override;

  

  property Cookies: TmnParams; [r]

  

  property URIParams: TmnParams; [r]

  

  property KeepAlive: Boolean; [rw]

  

  property CompressIt: Boolean; [rw]

  

  property ContentLength: Integer; [rw]

  

end;

Inheritance

TmodHttpCommand

  

|

TmodCommand

  

|

TmnObject

  

|

TObject



CT Web help

CodeTyphon Studio