Unit 'flcHTTPUtils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

THTTPContentReader

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

Declaration

Source position: flcHTTPUtils.pas line 982

type THTTPContentReader = class

public

  constructor Create();

  

  destructor Destroy; override;

  

  property OnLog: THTTPContentReaderLogEvent; [rw]

  

  property Mechanism: THTTPContentReaderMechanism; [rw]

  

  property ContentStream: TStream; [rw]

  

  property ContentFileName: string; [rw]

  

  procedure InitReader();

  

  procedure Process;

  

  property ContentReceivedSize: Int64; [r]

  

  property ContentComplete: Boolean; [r]

  

  property ContentString: RawByteString; [r]

  

  procedure Reset;

  

end;

Inheritance

THTTPContentReader

  

|

TObject



CT Web help

CodeTyphon Studio