Unit 'IdHTTPWebBrokerBridge' Package
[Overview][Classes][Index] [#pl_indy]

TIdHTTPAppRequest

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

Declaration

Source position: IdHTTPWebBrokerBridge.pas line 81

type TIdHTTPAppRequest = class(TWebRequest)

protected

  FRequestInfo: TIdHTTPRequestInfo;

  

  FResponseInfo: TIdHTTPResponseInfo;

  

  FThread: TIdContext;

  

  FContentStream: TStream;

  

  FFreeContentStream: Boolean;

  

  function GetDateVariable(); override;

  

  function GetIntegerVariable(); override;

  

  function GetStringVariable(); override;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function GetFieldByName(); override;

  

  function ReadClient(); override;

  

  function ReadString(); override;

  

  function TranslateURI(); override;

  

  function WriteClient(); override;

  

  function WriteHeaders(); override;

  

  function WriteString(); override;

  

end;

Inheritance

TIdHTTPAppRequest

  

|

TObject



CT Web help

CodeTyphon Studio