Unit 'IdHTTP' Package
[Overview][Constants][Types][Classes][Index] [#pl_indy]

TIdHTTPRequest

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

Declaration

Source position: IdHTTP.pas line 430

type TIdHTTPRequest = class(TIdRequestHeaderInfo)

protected

  FHTTP: TIdCustomHTTP;

  

  FURL: string;

  

  FMethod: TIdHTTPMethod;

  

  FSourceStream: TStream;

  

  FUseProxy: TIdHTTPConnectionType;

  

  FIPVersion: TIdIPVersion;

  

  FDestination: string;

  

public

  constructor Create(); virtual;

  

  property URL: string; [rw]

  

  property Method: TIdHTTPMethod; [rw]

  

  property Source: TStream; [rw]

  

  property UseProxy: TIdHTTPConnectionType; [r]

  

  property IPVersion: TIdIPVersion; [rw]

  

  property Destination: string; [rw]

  

end;

Inheritance

TIdHTTPRequest

  

|

TIdRequestHeaderInfo

  

|

TIdEntityHeaderInfo

  

|

TObject



CT Web help

CodeTyphon Studio