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

THTTPContentWriter

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

Declaration

Source position: flcHTTPUtils.pas line 1060

type THTTPContentWriter = class

public

  constructor Create();

  

  destructor Destroy; override;

  

  property OnLog: THTTPContentWriterLogEvent; [rw]

  

  property Mechanism: THTTPContentWriterMechanism; [rw]

  

  property ContentString: RawByteString; [rw]

  

  property ContentStream: TStream; [rw]

  

  property ContentFileName: string; [rw]

  

  procedure InitContent();

  

  procedure SendContent;

  

  property ContentComplete: Boolean; [r]

  

  procedure FinaliseContent;

  

  procedure Reset;

  

  procedure Clear;

  

end;

Inheritance

THTTPContentWriter

  

|

TObject



CT Web help

CodeTyphon Studio