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

THTTPContentDecoder

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

Declaration

Source position: flcHTTPUtils.pas line 900

type THTTPContentDecoder = class

public

  constructor Create();

  

  destructor Destroy; override;

  

  property OnLog: THTTPContentDecoderLogEvent; [rw]

  

  property ContentSize: Int64; [r]

  

  property ContentReceived: Int64; [r]

  

  property ContentComplete: Boolean; [r]

  

  procedure InitDecoder();

  

  procedure Process;

  

end;

Inheritance

THTTPContentDecoder

  

|

TObject



CT Web help

CodeTyphon Studio