Unit 'fphttpclient' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-web]

TCustomHTTPEventSource

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

Declaration

Source position: fphttpclient.pp line 55

type TCustomHTTPEventSource = class(TObject)

protected

  procedure Terminate; virtual;

  function ReadFromSocket(); virtual;

  function ReadString();

  property Socket: TSocketStream; [r]

  property Buffer: AnsiString; [r]

  property Terminated: Boolean; [r]

public

  constructor Create();

  destructor Destroy; override;

  function DataAvailable;

  function ReadEvent();

  procedure Close;

  property Headers: TStrings; [r]

  property EOF: Boolean; [r]

end;

Inheritance

TCustomHTTPEventSource

|

TObject


Documentation generated on: 2025-12-15