Unit 'fpwebclient' Package
[Overview][Types][Classes][Variables][Index] [#fcl-web]

TRequestResponse

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

Declaration

Source position: fpwebclient.pp line 42

type TRequestResponse = class(TObject)

protected

  function GetHeaders; virtual;

  function GetStream; virtual;

  procedure SetStream(); virtual;

  property IsAsync: Boolean; [r]

public

  constructor create();

  destructor Destroy; override;

  procedure SetContentFromString();

  function GetContentAsString;

  property RequestID: string; [r]

  property Headers: TStrings; [r]

  property Content: TStream; [rw]

  property OwnsStream: Boolean; [rw]

  property SSLVersion: TSSLVersion; [rw]

end;

Inheritance

TRequestResponse

|

TObject


Documentation generated on: 2025-07-25