Unit 'vsVisualServerBase' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#pl_synapsevs]

TRequest

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

Declaration

Source position: vsvisualserverbase.pas line 50

type TRequest = class(TObject)

  RawRequest: string;

  

  Command: string;

  

  Parameter: string;

  

  CommandLine: string;

  

  Meta: string;

  

  MimeType: string;

  

  Header: TStrings;

  

  RawHeader: TStrings;

  

  Data: string;

  

  Domain: string;

  

  FileName: string;

  

  ProtoVersion: string;

  

  Args: TStrings;

  

  constructor Create;

  

  procedure Clear;

  

  destructor Destroy; override;

  

end;

Inheritance

TRequest

  

|

TObject



CT Web help

CodeTyphon Studio